#377736

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

Shades of Japanese Laurel #377736

Tints of Japanese Laurel #377736

Color information

#377736 (or 0x377736) is unknown color: approx Japanese Laurel. HEX triplet: 37, 77 and 36. RGB value is (55,119,54). Sum of RGB (Red+Green+Blue) = 55+119+54=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 119 (46.88% from 255 or 52.19% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 119 - color contains mainly: green. Hex color #377736 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377736 is #C888C9. Grayscale: #5C5C5C. Windows color (decimal): -13142218 or 3569463. OLE color: 3569463.

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

Color convert

RGB5511954-
CMYK0.5400.550.53
HSL119.08º37.57%33.92%-
HSV(B)119.08º54.62%46.67%-
XYZ8.8414.275.78-
YUV92.45106.3101.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.12%
GREEN value IS 119 (46.88% from 255) = 52.19%
BLUE value IS 54 (21.48% from 255) = 23.68%
R=24.12%
G=52.19%
B=23.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55119540.5400.550.53119.0837.5733.92
Hex3777363603735772622
Octal671676666067651674642
Binary110111111011111011011011001101111101011110111100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377736; }

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

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

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

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

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

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

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

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