#377842

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

Shades of Japanese Laurel #377842

Tints of Japanese Laurel #377842

Color information

#377842 (or 0x377842) is unknown color: approx Japanese Laurel. HEX triplet: 37, 78 and 42. RGB value is (55,120,66). Sum of RGB (Red+Green+Blue) = 55+120+66=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #377842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377842 is #C887BD. Grayscale: #5E5E5E. Windows color (decimal): -13141950 or 4356151. OLE color: 4356151.

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

Color convert

RGB5512066-
CMYK0.5400.450.53
HSL130.15º37.14%34.31%-
HSV(B)130.15º54.17%47.06%-
XYZ9.2814.647.49-
YUV94.41111.9799.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 120 (47.27% from 255) = 49.79%
BLUE value IS 66 (26.17% from 255) = 27.39%
R=22.82%
G=49.79%
B=27.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55120660.5400.450.53130.1537.1434.31
Hex3778423602D35822522
Octal6717010266055652024542
Binary11011111110001000010110110010110111010110000010100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377842; }

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

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

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

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

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

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

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

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