Shades of Japanese Laurel #36853A
Tints of Japanese Laurel #36853A
RGB
CMYK
RGB Variations
Color information
#36853A (or 0x36853A) is known color: Japanese Laurel. HEX triplet: 36, 85 and 3A. RGB value is (54,133,58). Sum of RGB (Red+Green+Blue) = 54+133+58=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 133 (52.34% from 255 or 54.29% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 133 - color contains mainly: green. Hex color #36853A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36853A is #C97AC5. Grayscale: #656565. Windows color (decimal): -13204166 or 3835190. OLE color: 3835190.
HSL color Cylindrical-coordinate representation of color #36853A: hue angle of 123.04º 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 #36853A is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 133 | 58 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.48 |
| HSL | 123.04º | 0.42% | 0.37% | - |
| HSV(B) | 123.04º | 0.59% | 0.52% | - |
| XYZ | 10.67 | 17.86 | 6.89 | - |
| YUV | 100.83 | 103.83 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 133 | 58 | 0.59 | 0 | 0.56 | 0.48 | 123.04 | 0.42 | 0.37 |
| Hex | 36 | 85 | 3A | 3B | 0 | 38 | 30 | 7B | 2A | 25 |
| Octal | 66 | 205 | 72 | 73 | 0 | 70 | 60 | 173 | 52 | 45 |
| Binary | 110110 | 10000101 | 111010 | 111011 | 0 | 111000 | 110000 | 1111011 | 101010 | 100101 |
Color Harmonies of #36853A
Complementary color
Monochromatic Colors of #36853A
Black with #36853A
Text Example
Text Example
White with #36853A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36853A; }
p { color: rgb(54,133,58); }
H1.HeaderClassName
{
color: #36853A;
}
.AnyTagClassName
{
color: #36853A;
}
</style>
background-color css
<style>
a { background-color: #36853A; }
a { background-color: rgb(54,133,58); }
div.DivClassName
{
background-color: #36853A;
}
.BgClassName
{
background-color: #36853A;
}
</style>
border-color css
<style>
span { border-color: #36853A; }
span { border-color: rgb(54,133,58); }
td.TdClassName
{
border-color: #36853A;
}
.TagClassName
{
border-color: #36853A;
}
</style>