#377442

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

Shades of Japanese Laurel #377442

Tints of Japanese Laurel #377442

Color information

#377442 (or 0x377442) is unknown color: approx Japanese Laurel. HEX triplet: 37, 74 and 42. RGB value is (55,116,66). Sum of RGB (Red+Green+Blue) = 55+116+66=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #377442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377442 is #C88BBD. Grayscale: #5C5C5C. Windows color (decimal): -13142974 or 4355127. OLE color: 4355127.

HSL color Cylindrical-coordinate representation of color #377442: hue angle of 130.82º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #377442 is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB5511666-
CMYK0.5300.430.55
HSL130.82º35.67%33.53%-
HSV(B)130.82º52.59%45.49%-
XYZ8.813.77.33-
YUV92.06113.29101.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 116 (45.70% from 255) = 48.95%
BLUE value IS 66 (26.17% from 255) = 27.85%
R=23.21%
G=48.95%
B=27.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55116660.5300.430.55130.8235.6733.53
Hex3774423502B37832422
Octal6716410265053672034442
Binary11011111101001000010110101010101111011110000011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377442; }

 p { color: rgb(55,116,66); }

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

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

 a { background-color: rgb(55,116,66); }

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

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

 span { border-color: rgb(55,116,66); }

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