Shades of Japanese Laurel #36883F
Tints of Japanese Laurel #36883F
RGB
CMYK
RGB Variations
Color information
#36883F (or 0x36883F) is known color: Japanese Laurel. HEX triplet: 36, 88 and 3F. RGB value is (54,136,63). Sum of RGB (Red+Green+Blue) = 54+136+63=253 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.34% from 253); Green value is 136 (53.52% from 255 or 53.75% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 136 - color contains mainly: green. Hex color #36883F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36883F is #C977C0. Grayscale: #676767. Windows color (decimal): -13203393 or 4163638. OLE color: 4163638.
HSL color Cylindrical-coordinate representation of color #36883F: hue angle of 126.59º 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 #36883F is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 136 | 63 | - |
| CMYK | 0.60 | 0 | 0.54 | 0.47 |
| HSL | 126.59º | 0.43% | 0.37% | - |
| HSV(B) | 126.59º | 0.6% | 0.53% | - |
| XYZ | 11.22 | 18.75 | 7.73 | - |
| YUV | 103.16 | 105.33 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 136 | 63 | 0.60 | 0 | 0.54 | 0.47 | 126.59 | 0.43 | 0.37 |
| Hex | 36 | 88 | 3F | 3C | 0 | 36 | 2F | 7F | 2B | 25 |
| Octal | 66 | 210 | 77 | 74 | 0 | 66 | 57 | 177 | 53 | 45 |
| Binary | 110110 | 10001000 | 111111 | 111100 | 0 | 110110 | 101111 | 1111111 | 101011 | 100101 |
Color Harmonies of #36883F
Complementary color
Monochromatic Colors of #36883F
Black with #36883F
Text Example
Text Example
White with #36883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36883F; }
p { color: rgb(54,136,63); }
H1.HeaderClassName
{
color: #36883F;
}
.AnyTagClassName
{
color: #36883F;
}
</style>
background-color css
<style>
a { background-color: #36883F; }
a { background-color: rgb(54,136,63); }
div.DivClassName
{
background-color: #36883F;
}
.BgClassName
{
background-color: #36883F;
}
</style>
border-color css
<style>
span { border-color: #36883F; }
span { border-color: rgb(54,136,63); }
td.TdClassName
{
border-color: #36883F;
}
.TagClassName
{
border-color: #36883F;
}
</style>