Shades of Japanese Laurel #36712F
Tints of Japanese Laurel #36712F
RGB
CMYK
RGB Variations
Color information
#36712F (or 0x36712F) is known color: Japanese Laurel. HEX triplet: 36, 71 and 2F. RGB value is (54,113,47). Sum of RGB (Red+Green+Blue) = 54+113+47=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 113 (44.53% from 255 or 52.80% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 113 - color contains mainly: green. Hex color #36712F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36712F is #C98ED0. Grayscale: #585858. Windows color (decimal): -13209297 or 3109174. OLE color: 3109174.
HSL color Cylindrical-coordinate representation of color #36712F: hue angle of 113.64º 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 #36712F is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 113 | 47 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.56 |
| HSL | 113.64º | 0.41% | 0.31% | - |
| HSV(B) | 113.64º | 0.58% | 0.44% | - |
| XYZ | 7.94 | 12.8 | 4.74 | - |
| YUV | 87.84 | 104.95 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 113 | 47 | 0.52 | 0 | 0.58 | 0.56 | 113.64 | 0.41 | 0.31 |
| Hex | 36 | 71 | 2F | 34 | 0 | 3A | 38 | 72 | 29 | 1F |
| Octal | 66 | 161 | 57 | 64 | 0 | 72 | 70 | 162 | 51 | 37 |
| Binary | 110110 | 1110001 | 101111 | 110100 | 0 | 111010 | 111000 | 1110010 | 101001 | 11111 |
Color Harmonies of #36712F
Complementary color
Monochromatic Colors of #36712F
Black with #36712F
Text Example
Text Example
White with #36712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36712F; }
p { color: rgb(54,113,47); }
H1.HeaderClassName
{
color: #36712F;
}
.AnyTagClassName
{
color: #36712F;
}
</style>
background-color css
<style>
a { background-color: #36712F; }
a { background-color: rgb(54,113,47); }
div.DivClassName
{
background-color: #36712F;
}
.BgClassName
{
background-color: #36712F;
}
</style>
border-color css
<style>
span { border-color: #36712F; }
span { border-color: rgb(54,113,47); }
td.TdClassName
{
border-color: #36712F;
}
.TagClassName
{
border-color: #36712F;
}
</style>