#37772E

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

Shades of Japanese Laurel #37772E

Tints of Japanese Laurel #37772E

Color information

#37772E (or 0x37772E) is unknown color: approx Japanese Laurel. HEX triplet: 37, 77 and 2E. RGB value is (55,119,46). Sum of RGB (Red+Green+Blue) = 55+119+46=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #37772E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37772E is #C888D1. Grayscale: #5B5B5B. Windows color (decimal): -13142226 or 3045175. OLE color: 3045175.

HSL color Cylindrical-coordinate representation of color #37772E: hue angle of 112.6º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37772E is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB5511946-
CMYK0.5400.610.53
HSL112.6º44.24%32.35%-
HSV(B)112.6º61.34%46.67%-
XYZ8.6714.24.87-
YUV91.54102.3101.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25%
GREEN value IS 119 (46.88% from 255) = 54.09%
BLUE value IS 46 (18.36% from 255) = 20.91%
R=25%
G=54.09%
B=20.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55119460.5400.610.53112.644.2432.35
Hex37772E3603D35712c20
Octal671675666075651615440
Binary110111111011110111011011001111011101011110001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37772E; }

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

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

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

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

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

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

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

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