#377033

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

Shades of Japanese Laurel #377033

Tints of Japanese Laurel #377033

Color information

#377033 (or 0x377033) is unknown color: approx Japanese Laurel. HEX triplet: 37, 70 and 33. RGB value is (55,112,51). Sum of RGB (Red+Green+Blue) = 55+112+51=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #377033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377033 is #C88FCC. Grayscale: #585858. Windows color (decimal): -13144013 or 3371063. OLE color: 3371063.

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

Color convert

RGB5511251-
CMYK0.5100.540.56
HSL116.07º37.42%31.96%-
HSV(B)116.07º54.46%43.92%-
XYZ7.9712.645.15-
YUV88107.12104.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 112 (44.14% from 255) = 51.38%
BLUE value IS 51 (20.31% from 255) = 23.39%
R=25.23%
G=51.38%
B=23.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55112510.5100.540.56116.0737.4231.96
Hex3770333303638742520
Octal671606363066701644540
Binary110111111000011001111001101101101110001110100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377033; }

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

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

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

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

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

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

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

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