Shades of Japanese Laurel #37702F
Tints of Japanese Laurel #37702F
RGB
CMYK
RGB Variations
Color information
#37702F (or 0x37702F) is known color: 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
| RGB | 55 | 112 | 47 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.56 |
| HSL | 112.62º | 0.41% | 0.31% | - |
| HSV(B) | 112.62º | 0.58% | 0.44% | - |
| XYZ | 7.88 | 12.61 | 4.71 | - |
| YUV | 87.55 | 105.12 | 104.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 112 | 47 | 0.51 | 0 | 0.58 | 0.56 | 112.62 | 0.41 | 0.31 |
| Hex | 37 | 70 | 2F | 33 | 0 | 3A | 38 | 71 | 29 | 1F |
| Octal | 67 | 160 | 57 | 63 | 0 | 72 | 70 | 161 | 51 | 37 |
| Binary | 110111 | 1110000 | 101111 | 110011 | 0 | 111010 | 111000 | 1110001 | 101001 | 11111 |
Color Harmonies of #37702F
Complementary color
Monochromatic Colors of #37702F
Black with #37702F
Text Example
Text Example
White with #37702F
Text Example
Text Example
HTML Codes & Css Web 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>