Shades of Japanese Laurel #36853C
Tints of Japanese Laurel #36853C
RGB
CMYK
RGB Variations
Color information
#36853C (or 0x36853C) is known color: Japanese Laurel. HEX triplet: 36, 85 and 3C. RGB value is (54,133,60). Sum of RGB (Red+Green+Blue) = 54+133+60=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 133 (52.34% from 255 or 53.85% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 133 - color contains mainly: green. Hex color #36853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36853C is #C97AC3. Grayscale: #656565. Windows color (decimal): -13204164 or 3966262. OLE color: 3966262.
HSL color Cylindrical-coordinate representation of color #36853C: hue angle of 124.56º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36853C is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 133 | 60 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.48 |
| HSL | 124.56º | 0.42% | 0.37% | - |
| HSV(B) | 124.56º | 0.59% | 0.52% | - |
| XYZ | 10.72 | 17.89 | 7.16 | - |
| YUV | 101.06 | 104.83 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 133 | 60 | 0.59 | 0 | 0.55 | 0.48 | 124.56 | 0.42 | 0.37 |
| Hex | 36 | 85 | 3C | 3B | 0 | 37 | 30 | 7D | 2A | 25 |
| Octal | 66 | 205 | 74 | 73 | 0 | 67 | 60 | 175 | 52 | 45 |
| Binary | 110110 | 10000101 | 111100 | 111011 | 0 | 110111 | 110000 | 1111101 | 101010 | 100101 |
Color Harmonies of #36853C
Complementary color
Monochromatic Colors of #36853C
Black with #36853C
Text Example
Text Example
White with #36853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36853C; }
p { color: rgb(54,133,60); }
H1.HeaderClassName
{
color: #36853C;
}
.AnyTagClassName
{
color: #36853C;
}
</style>
background-color css
<style>
a { background-color: #36853C; }
a { background-color: rgb(54,133,60); }
div.DivClassName
{
background-color: #36853C;
}
.BgClassName
{
background-color: #36853C;
}
</style>
border-color css
<style>
span { border-color: #36853C; }
span { border-color: rgb(54,133,60); }
td.TdClassName
{
border-color: #36853C;
}
.TagClassName
{
border-color: #36853C;
}
</style>