#37772F

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

Shades of Japanese Laurel #37772F

Tints of Japanese Laurel #37772F

Color information

#37772F (or 0x37772F) is unknown color: approx Japanese Laurel. HEX triplet: 37, 77 and 2F. RGB value is (55,119,47). Sum of RGB (Red+Green+Blue) = 55+119+47=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #37772F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37772F is #C888D0. Grayscale: #5B5B5B. Windows color (decimal): -13142225 or 3110711. OLE color: 3110711.

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

Color convert

RGB5511947-
CMYK0.5400.610.53
HSL113.33º43.37%32.55%-
HSV(B)113.33º60.5%46.67%-
XYZ8.6914.214.97-
YUV91.66102.8101.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.89%
GREEN value IS 119 (46.88% from 255) = 53.85%
BLUE value IS 47 (18.75% from 255) = 21.27%
R=24.89%
G=53.85%
B=21.27%

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
Decimal55119470.5400.610.53113.3343.3732.55
Hex37772F3603D35712b21
Octal671675766075651615341
Binary110111111011110111111011001111011101011110001101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37772F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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