#749B36

Color #749B36 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #749B36

Tints of Sushi #749B36

Color information

#749B36 (or 0x749B36) is unknown color: approx Sushi. HEX triplet: 74, 9B and 36. RGB value is (116,155,54). Sum of RGB (Red+Green+Blue) = 116+155+54=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 54 (21.48% from 255 or 16.62% from 325); Max value from RGB is 155 - color contains mainly: green. Hex color #749B36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749B36 is #8B64C9. Grayscale: #848484. Windows color (decimal): -9135306 or 3578740. OLE color: 3578740.

HSL color Cylindrical-coordinate representation of color #749B36: hue angle of 83.17º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #749B36 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB11615554-
CMYK0.2500.650.39
HSL83.17º48.33%40.98%-
HSV(B)83.17º65.16%60.78%-
XYZ19.5927.427.75-
YUV131.8284.08116.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 35.69%
GREEN value IS 155 (60.94% from 255) = 47.69%
BLUE value IS 54 (21.48% from 255) = 16.62%
R=35.69%
G=47.69%
B=16.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116155540.2500.650.3983.1748.3340.98
Hex749B361904127533029
Octal16423366310101471236051
Binary11101001001101111011011001010000011001111010011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749B36; }

 p { color: rgb(116,155,54); }

 H1.HeaderClassName
 {
   color: #749B36;
 }
 .AnyTagClassName
 {
   color: #749B36;
 }
</style>
background-color css

<style>
 a { background-color: #749B36; }

 a { background-color: rgb(116,155,54); }

 div.DivClassName
 {
   background-color: #749B36;
 }
 .BgClassName
 {
   background-color: #749B36;
 }
</style>
border-color css

<style>
 span { border-color: #749B36; }

 span { border-color: rgb(116,155,54); }

 td.TdClassName
 {
   border-color: #749B36;
 }
 .TagClassName
 {
   border-color: #749B36;
 }
</style>