Shades of Japanese Laurel #36873C
Tints of Japanese Laurel #36873C
RGB
CMYK
RGB Variations
Color information
#36873C (or 0x36873C) is known color: Japanese Laurel. HEX triplet: 36, 87 and 3C. RGB value is (54,135,60). Sum of RGB (Red+Green+Blue) = 54+135+60=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #36873C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36873C is #C978C3. Grayscale: #666666. Windows color (decimal): -13203652 or 3966774. OLE color: 3966774.
HSL color Cylindrical-coordinate representation of color #36873C: hue angle of 124.44º 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 #36873C is Cyan = 0.60, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 135 | 60 | - |
| CMYK | 0.60 | 0 | 0.56 | 0.47 |
| HSL | 124.44º | 0.43% | 0.37% | - |
| HSV(B) | 124.44º | 0.6% | 0.53% | - |
| XYZ | 11 | 18.44 | 7.25 | - |
| YUV | 102.23 | 104.16 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 135 | 60 | 0.60 | 0 | 0.56 | 0.47 | 124.44 | 0.43 | 0.37 |
| Hex | 36 | 87 | 3C | 3C | 0 | 38 | 2F | 7C | 2B | 25 |
| Octal | 66 | 207 | 74 | 74 | 0 | 70 | 57 | 174 | 53 | 45 |
| Binary | 110110 | 10000111 | 111100 | 111100 | 0 | 111000 | 101111 | 1111100 | 101011 | 100101 |
Color Harmonies of #36873C
Complementary color
Monochromatic Colors of #36873C
Black with #36873C
Text Example
Text Example
White with #36873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36873C; }
p { color: rgb(54,135,60); }
H1.HeaderClassName
{
color: #36873C;
}
.AnyTagClassName
{
color: #36873C;
}
</style>
background-color css
<style>
a { background-color: #36873C; }
a { background-color: rgb(54,135,60); }
div.DivClassName
{
background-color: #36873C;
}
.BgClassName
{
background-color: #36873C;
}
</style>
border-color css
<style>
span { border-color: #36873C; }
span { border-color: rgb(54,135,60); }
td.TdClassName
{
border-color: #36873C;
}
.TagClassName
{
border-color: #36873C;
}
</style>