Shades of Japanese Laurel #36713B
Tints of Japanese Laurel #36713B
RGB
CMYK
RGB Variations
Color information
#36713B (or 0x36713B) is known color: Japanese Laurel. HEX triplet: 36, 71 and 3B. RGB value is (54,113,59). Sum of RGB (Red+Green+Blue) = 54+113+59=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #36713B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36713B is #C98EC4. Grayscale: #595959. Windows color (decimal): -13209285 or 3895606. OLE color: 3895606.
HSL color Cylindrical-coordinate representation of color #36713B: hue angle of 125.08º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36713B is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 54 | 113 | 59 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.56 |
| HSL | 125.08º | 0.35% | 0.33% | - |
| HSV(B) | 125.08º | 0.52% | 0.44% | - |
| XYZ | 8.22 | 12.91 | 6.2 | - |
| YUV | 89.2 | 110.95 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 113 | 59 | 0.52 | 0 | 0.48 | 0.56 | 125.08 | 0.35 | 0.33 |
| Hex | 36 | 71 | 3B | 34 | 0 | 30 | 38 | 7D | 23 | 21 |
| Octal | 66 | 161 | 73 | 64 | 0 | 60 | 70 | 175 | 43 | 41 |
| Binary | 110110 | 1110001 | 111011 | 110100 | 0 | 110000 | 111000 | 1111101 | 100011 | 100001 |
Color Harmonies of #36713B
Complementary color
Monochromatic Colors of #36713B
Black with #36713B
Text Example
Text Example
White with #36713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36713B; }
p { color: rgb(54,113,59); }
H1.HeaderClassName
{
color: #36713B;
}
.AnyTagClassName
{
color: #36713B;
}
</style>
background-color css
<style>
a { background-color: #36713B; }
a { background-color: rgb(54,113,59); }
div.DivClassName
{
background-color: #36713B;
}
.BgClassName
{
background-color: #36713B;
}
</style>
border-color css
<style>
span { border-color: #36713B; }
span { border-color: rgb(54,113,59); }
td.TdClassName
{
border-color: #36713B;
}
.TagClassName
{
border-color: #36713B;
}
</style>