#749B39

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

Shades of Sushi #749B39

Tints of Sushi #749B39

Color information

#749B39 (or 0x749B39) is unknown color: approx Sushi. HEX triplet: 74, 9B and 39. RGB value is (116,155,57). Sum of RGB (Red+Green+Blue) = 116+155+57=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #749B39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749B39 is #8B64C6. Grayscale: #848484. Windows color (decimal): -9135303 or 3775348. OLE color: 3775348.

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

Color convert

RGB11615557-
CMYK0.2500.630.39
HSL83.88º46.23%41.57%-
HSV(B)83.88º63.23%60.78%-
XYZ19.6627.458.13-
YUV132.1785.58116.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.37%
GREEN value IS 155 (60.94% from 255) = 47.26%
BLUE value IS 57 (22.66% from 255) = 17.38%
R=35.37%
G=47.26%
B=17.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116155570.2500.630.3983.8846.2341.57
Hex749B391903F27542e2a
Octal1642337131077471245652
Binary1110100100110111110011100101111111001111010100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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