#377032

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

Shades of Japanese Laurel #377032

Tints of Japanese Laurel #377032

Color information

#377032 (or 0x377032) is unknown color: approx Japanese Laurel. HEX triplet: 37, 70 and 32. RGB value is (55,112,50). Sum of RGB (Red+Green+Blue) = 55+112+50=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #377032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377032 is #C88FCD. Grayscale: #585858. Windows color (decimal): -13144014 or 3305527. OLE color: 3305527.

HSL color Cylindrical-coordinate representation of color #377032: hue angle of 115.16º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #377032 is Cyan = 0.51, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB5511250-
CMYK0.5100.550.56
HSL115.16º38.27%31.76%-
HSV(B)115.16º55.36%43.92%-
XYZ7.9512.635.04-
YUV87.89106.62104.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.35%
GREEN value IS 112 (44.14% from 255) = 51.61%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=25.35%
G=51.61%
B=23.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55112500.5100.550.56115.1638.2731.76
Hex3770323303738732620
Octal671606263067701634640
Binary110111111000011001011001101101111110001110011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377032; }

 p { color: rgb(55,112,50); }

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

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

 a { background-color: rgb(55,112,50); }

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

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

 span { border-color: rgb(55,112,50); }

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