#377941

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

Shades of Japanese Laurel #377941

Tints of Japanese Laurel #377941

Color information

#377941 (or 0x377941) is unknown color: approx Japanese Laurel. HEX triplet: 37, 79 and 41. RGB value is (55,121,65). Sum of RGB (Red+Green+Blue) = 55+121+65=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #377941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377941 is #C886BE. Grayscale: #5F5F5F. Windows color (decimal): -13141695 or 4290871. OLE color: 4290871.

HSL color Cylindrical-coordinate representation of color #377941: hue angle of 129.09º 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 #377941 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB5512165-
CMYK0.5500.460.53
HSL129.09º37.5%34.51%-
HSV(B)129.09º54.55%47.45%-
XYZ9.3714.877.38-
YUV94.88111.1399.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 121 (47.66% from 255) = 50.21%
BLUE value IS 65 (25.78% from 255) = 26.97%
R=22.82%
G=50.21%
B=26.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55121650.5500.460.53129.0937.534.51
Hex3779413702E35812623
Octal6717110167056652014643
Binary11011111110011000001110111010111011010110000001100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377941; }

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

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

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

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

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

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

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

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