Shades of Japanese Laurel #36893C
Tints of Japanese Laurel #36893C
RGB
CMYK
RGB Variations
Color information
#36893C (or 0x36893C) is known color: Japanese Laurel. HEX triplet: 36, 89 and 3C. RGB value is (54,137,60). Sum of RGB (Red+Green+Blue) = 54+137+60=251 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.51% from 251); Green value is 137 (53.91% from 255 or 54.58% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 137 - color contains mainly: green. Hex color #36893C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36893C is #C976C3. Grayscale: #676767. Windows color (decimal): -13203140 or 3967286. OLE color: 3967286.
HSL color Cylindrical-coordinate representation of color #36893C: hue angle of 124.34º 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 #36893C is Cyan = 0.61, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 137 | 60 | - |
| CMYK | 0.61 | 0 | 0.56 | 0.46 |
| HSL | 124.34º | 0.43% | 0.37% | - |
| HSV(B) | 124.34º | 0.61% | 0.54% | - |
| XYZ | 11.28 | 19 | 7.35 | - |
| YUV | 103.41 | 103.5 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 137 | 60 | 0.61 | 0 | 0.56 | 0.46 | 124.34 | 0.43 | 0.37 |
| Hex | 36 | 89 | 3C | 3D | 0 | 38 | 2E | 7C | 2B | 25 |
| Octal | 66 | 211 | 74 | 75 | 0 | 70 | 56 | 174 | 53 | 45 |
| Binary | 110110 | 10001001 | 111100 | 111101 | 0 | 111000 | 101110 | 1111100 | 101011 | 100101 |
Color Harmonies of #36893C
Complementary color
Monochromatic Colors of #36893C
Black with #36893C
Text Example
Text Example
White with #36893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36893C; }
p { color: rgb(54,137,60); }
H1.HeaderClassName
{
color: #36893C;
}
.AnyTagClassName
{
color: #36893C;
}
</style>
background-color css
<style>
a { background-color: #36893C; }
a { background-color: rgb(54,137,60); }
div.DivClassName
{
background-color: #36893C;
}
.BgClassName
{
background-color: #36893C;
}
</style>
border-color css
<style>
span { border-color: #36893C; }
span { border-color: rgb(54,137,60); }
td.TdClassName
{
border-color: #36893C;
}
.TagClassName
{
border-color: #36893C;
}
</style>