#377936

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

Shades of Japanese Laurel #377936

Tints of Japanese Laurel #377936

Color information

#377936 (or 0x377936) is unknown color: approx Japanese Laurel. HEX triplet: 37, 79 and 36. RGB value is (55,121,54). Sum of RGB (Red+Green+Blue) = 55+121+54=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #377936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377936 is #C886C9. Grayscale: #5D5D5D. Windows color (decimal): -13141706 or 3569975. OLE color: 3569975.

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

Color convert

RGB5512154-
CMYK0.5500.550.53
HSL119.1º38.29%34.31%-
HSV(B)119.1º55.37%47.45%-
XYZ9.0814.755.86-
YUV93.63105.63100.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.91%
GREEN value IS 121 (47.66% from 255) = 52.61%
BLUE value IS 54 (21.48% from 255) = 23.48%
R=23.91%
G=52.61%
B=23.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55121540.5500.550.53119.138.2934.31
Hex3779363703735772622
Octal671716667067651674642
Binary110111111100111011011011101101111101011110111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377936; }

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

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

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

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

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

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

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

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