Shades of Japanese Laurel #36883E
Tints of Japanese Laurel #36883E
RGB
CMYK
RGB Variations
Color information
#36883E (or 0x36883E) is known color: Japanese Laurel. HEX triplet: 36, 88 and 3E. RGB value is (54,136,62). Sum of RGB (Red+Green+Blue) = 54+136+62=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #36883E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36883E is #C977C1. Grayscale: #676767. Windows color (decimal): -13203394 or 4098102. OLE color: 4098102.
HSL color Cylindrical-coordinate representation of color #36883E: hue angle of 125.85º 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 #36883E is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 136 | 62 | - |
| CMYK | 0.60 | 0 | 0.54 | 0.47 |
| HSL | 125.85º | 0.43% | 0.37% | - |
| HSV(B) | 125.85º | 0.6% | 0.53% | - |
| XYZ | 11.19 | 18.74 | 7.58 | - |
| YUV | 103.05 | 104.83 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 136 | 62 | 0.60 | 0 | 0.54 | 0.47 | 125.85 | 0.43 | 0.37 |
| Hex | 36 | 88 | 3E | 3C | 0 | 36 | 2F | 7E | 2B | 25 |
| Octal | 66 | 210 | 76 | 74 | 0 | 66 | 57 | 176 | 53 | 45 |
| Binary | 110110 | 10001000 | 111110 | 111100 | 0 | 110110 | 101111 | 1111110 | 101011 | 100101 |
Color Harmonies of #36883E
Complementary color
Monochromatic Colors of #36883E
Black with #36883E
Text Example
Text Example
White with #36883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36883E; }
p { color: rgb(54,136,62); }
H1.HeaderClassName
{
color: #36883E;
}
.AnyTagClassName
{
color: #36883E;
}
</style>
background-color css
<style>
a { background-color: #36883E; }
a { background-color: rgb(54,136,62); }
div.DivClassName
{
background-color: #36883E;
}
.BgClassName
{
background-color: #36883E;
}
</style>
border-color css
<style>
span { border-color: #36883E; }
span { border-color: rgb(54,136,62); }
td.TdClassName
{
border-color: #36883E;
}
.TagClassName
{
border-color: #36883E;
}
</style>