Shades of Japanese Laurel #36863E
Tints of Japanese Laurel #36863E
RGB
CMYK
RGB Variations
Color information
#36863E (or 0x36863E) is known color: Japanese Laurel. HEX triplet: 36, 86 and 3E. RGB value is (54,134,62). Sum of RGB (Red+Green+Blue) = 54+134+62=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #36863E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36863E is #C979C1. Grayscale: #666666. Windows color (decimal): -13203906 or 4097590. OLE color: 4097590.
HSL color Cylindrical-coordinate representation of color #36863E: hue angle of 126º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36863E is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 134 | 62 | - |
| CMYK | 0.60 | 0 | 0.54 | 0.47 |
| HSL | 126º | 0.43% | 0.37% | - |
| HSV(B) | 126º | 0.6% | 0.53% | - |
| XYZ | 10.92 | 18.18 | 7.49 | - |
| YUV | 101.87 | 105.5 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 134 | 62 | 0.60 | 0 | 0.54 | 0.47 | 126 | 0.43 | 0.37 |
| Hex | 36 | 86 | 3E | 3C | 0 | 36 | 2F | 7E | 2B | 25 |
| Octal | 66 | 206 | 76 | 74 | 0 | 66 | 57 | 176 | 53 | 45 |
| Binary | 110110 | 10000110 | 111110 | 111100 | 0 | 110110 | 101111 | 1111110 | 101011 | 100101 |
Color Harmonies of #36863E
Complementary color
Monochromatic Colors of #36863E
Black with #36863E
Text Example
Text Example
White with #36863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36863E; }
p { color: rgb(54,134,62); }
H1.HeaderClassName
{
color: #36863E;
}
.AnyTagClassName
{
color: #36863E;
}
</style>
background-color css
<style>
a { background-color: #36863E; }
a { background-color: rgb(54,134,62); }
div.DivClassName
{
background-color: #36863E;
}
.BgClassName
{
background-color: #36863E;
}
</style>
border-color css
<style>
span { border-color: #36863E; }
span { border-color: rgb(54,134,62); }
td.TdClassName
{
border-color: #36863E;
}
.TagClassName
{
border-color: #36863E;
}
</style>