Shades of Japanese Laurel #36893A
Tints of Japanese Laurel #36893A
RGB
CMYK
RGB Variations
Color information
#36893A (or 0x36893A) is known color: Japanese Laurel. HEX triplet: 36, 89 and 3A. RGB value is (54,137,58). Sum of RGB (Red+Green+Blue) = 54+137+58=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 137 (53.91% from 255 or 55.02% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 137 - color contains mainly: green. Hex color #36893A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36893A is #C976C5. Grayscale: #676767. Windows color (decimal): -13203142 or 3836214. OLE color: 3836214.
HSL color Cylindrical-coordinate representation of color #36893A: hue angle of 122.89º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #36893A is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 137 | 58 | - |
| CMYK | 0.61 | 0 | 0.58 | 0.46 |
| HSL | 122.89º | 0.43% | 0.37% | - |
| HSV(B) | 122.89º | 0.61% | 0.54% | - |
| XYZ | 11.23 | 18.98 | 7.07 | - |
| YUV | 103.18 | 102.5 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 137 | 58 | 0.61 | 0 | 0.58 | 0.46 | 122.89 | 0.43 | 0.37 |
| Hex | 36 | 89 | 3A | 3D | 0 | 3A | 2E | 7B | 2B | 25 |
| Octal | 66 | 211 | 72 | 75 | 0 | 72 | 56 | 173 | 53 | 45 |
| Binary | 110110 | 10001001 | 111010 | 111101 | 0 | 111010 | 101110 | 1111011 | 101011 | 100101 |
Color Harmonies of #36893A
Complementary color
Monochromatic Colors of #36893A
Black with #36893A
Text Example
Text Example
White with #36893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36893A; }
p { color: rgb(54,137,58); }
H1.HeaderClassName
{
color: #36893A;
}
.AnyTagClassName
{
color: #36893A;
}
</style>
background-color css
<style>
a { background-color: #36893A; }
a { background-color: rgb(54,137,58); }
div.DivClassName
{
background-color: #36893A;
}
.BgClassName
{
background-color: #36893A;
}
</style>
border-color css
<style>
span { border-color: #36893A; }
span { border-color: rgb(54,137,58); }
td.TdClassName
{
border-color: #36893A;
}
.TagClassName
{
border-color: #36893A;
}
</style>