#377942

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

Shades of Japanese Laurel #377942

Tints of Japanese Laurel #377942

Color information

#377942 (or 0x377942) is unknown color: approx Japanese Laurel. HEX triplet: 37, 79 and 42. RGB value is (55,121,66). Sum of RGB (Red+Green+Blue) = 55+121+66=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #377942 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377942 is #C886BD. Grayscale: #5F5F5F. Windows color (decimal): -13141694 or 4356407. OLE color: 4356407.

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

Color convert

RGB5512166-
CMYK0.5500.450.53
HSL130º37.5%34.51%-
HSV(B)130º54.55%47.45%-
XYZ9.414.887.53-
YUV95111.6399.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.73%
GREEN value IS 121 (47.66% from 255) = 50%
BLUE value IS 66 (26.17% from 255) = 27.27%
R=22.73%
G=50%
B=27.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55121660.5500.450.5313037.534.51
Hex3779423702D35822623
Octal6717110267055652024643
Binary11011111110011000010110111010110111010110000010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377942; }

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

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

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

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

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

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

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

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