#377931

Color #377931 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #377931

Tints of Japanese Laurel #377931

Color information

#377931 (or 0x377931) is unknown color: approx Japanese Laurel. HEX triplet: 37, 79 and 31. RGB value is (55,121,49). Sum of RGB (Red+Green+Blue) = 55+121+49=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 121 (47.66% from 255 or 53.78% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 121 - color contains mainly: green. Hex color #377931 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377931 is #C886CE. Grayscale: #5D5D5D. Windows color (decimal): -13141711 or 3242295. OLE color: 3242295.

HSL color Cylindrical-coordinate representation of color #377931: hue angle of 115º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #377931 is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB5512149-
CMYK0.5500.600.53
HSL115º42.35%33.33%-
HSV(B)115º59.5%47.45%-
XYZ8.9714.715.27-
YUV93.06103.13100.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 121 (47.66% from 255) = 53.78%
BLUE value IS 49 (19.53% from 255) = 21.78%
R=24.44%
G=53.78%
B=21.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55121490.5500.600.5311542.3533.33
Hex3779313703C35732a21
Octal671716167074651635241
Binary110111111100111000111011101111001101011110011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377931; }

 p { color: rgb(55,121,49); }

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

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

 a { background-color: rgb(55,121,49); }

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

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

 span { border-color: rgb(55,121,49); }

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