#37773F

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

Shades of Japanese Laurel #37773F

Tints of Japanese Laurel #37773F

Color information

#37773F (or 0x37773F) is unknown color: approx Japanese Laurel. HEX triplet: 37, 77 and 3F. RGB value is (55,119,63). Sum of RGB (Red+Green+Blue) = 55+119+63=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #37773F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37773F is #C888C0. Grayscale: #5D5D5D. Windows color (decimal): -13142209 or 4159287. OLE color: 4159287.

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

Color convert

RGB5511963-
CMYK0.5400.470.53
HSL127.5º36.78%34.12%-
HSV(B)127.5º53.78%46.67%-
XYZ9.0714.367-
YUV93.48110.8100.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 119 (46.88% from 255) = 50.21%
BLUE value IS 63 (25% from 255) = 26.58%
R=23.21%
G=50.21%
B=26.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55119630.5400.470.53127.536.7834.12
Hex37773F3602F35802522
Octal671677766057652004542
Binary1101111110111111111110110010111111010110000000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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