Shades of Japanese Laurel #36733D
Tints of Japanese Laurel #36733D
RGB
CMYK
RGB Variations
Color information
#36733D (or 0x36733D) is known color: Japanese Laurel. HEX triplet: 36, 73 and 3D. RGB value is (54,115,61). Sum of RGB (Red+Green+Blue) = 54+115+61=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #36733D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36733D is #C98CC2. Grayscale: #5A5A5A. Windows color (decimal): -13208771 or 4027190. OLE color: 4027190.
HSL color Cylindrical-coordinate representation of color #36733D: hue angle of 126.89º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #36733D is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 115 | 61 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.55 |
| HSL | 126.89º | 0.36% | 0.33% | - |
| HSV(B) | 126.89º | 0.53% | 0.45% | - |
| XYZ | 8.49 | 13.38 | 6.55 | - |
| YUV | 90.61 | 111.29 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 115 | 61 | 0.53 | 0 | 0.47 | 0.55 | 126.89 | 0.36 | 0.33 |
| Hex | 36 | 73 | 3D | 35 | 0 | 2F | 37 | 7F | 24 | 21 |
| Octal | 66 | 163 | 75 | 65 | 0 | 57 | 67 | 177 | 44 | 41 |
| Binary | 110110 | 1110011 | 111101 | 110101 | 0 | 101111 | 110111 | 1111111 | 100100 | 100001 |
Color Harmonies of #36733D
Complementary color
Monochromatic Colors of #36733D
Black with #36733D
Text Example
Text Example
White with #36733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36733D; }
p { color: rgb(54,115,61); }
H1.HeaderClassName
{
color: #36733D;
}
.AnyTagClassName
{
color: #36733D;
}
</style>
background-color css
<style>
a { background-color: #36733D; }
a { background-color: rgb(54,115,61); }
div.DivClassName
{
background-color: #36733D;
}
.BgClassName
{
background-color: #36733D;
}
</style>
border-color css
<style>
span { border-color: #36733D; }
span { border-color: rgb(54,115,61); }
td.TdClassName
{
border-color: #36733D;
}
.TagClassName
{
border-color: #36733D;
}
</style>