#37702F

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

Shades of Japanese Laurel #37702F

Tints of Japanese Laurel #37702F

Color information

#37702F (or 0x37702F) is unknown color: approx Japanese Laurel. HEX triplet: 37, 70 and 2F. RGB value is (55,112,47). Sum of RGB (Red+Green+Blue) = 55+112+47=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 112 (44.14% from 255 or 52.34% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 112 - color contains mainly: green. Hex color #37702F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37702F is #C88FD0. Grayscale: #575757. Windows color (decimal): -13144017 or 3108919. OLE color: 3108919.

HSL color Cylindrical-coordinate representation of color #37702F: hue angle of 112.62º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #37702F is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB5511247-
CMYK0.5100.580.56
HSL112.62º40.88%31.18%-
HSV(B)112.62º58.04%43.92%-
XYZ7.8812.614.71-
YUV87.55105.12104.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.70%
GREEN value IS 112 (44.14% from 255) = 52.34%
BLUE value IS 47 (18.75% from 255) = 21.96%
R=25.70%
G=52.34%
B=21.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55112470.5100.580.56112.6240.8831.18
Hex37702F3303A3871291f
Octal671605763072701615137
Binary11011111100001011111100110111010111000111000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37702F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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