Shades of Japanese Laurel #36873D
Tints of Japanese Laurel #36873D
RGB
CMYK
RGB Variations
Color information
#36873D (or 0x36873D) is known color: Japanese Laurel. HEX triplet: 36, 87 and 3D. RGB value is (54,135,61). Sum of RGB (Red+Green+Blue) = 54+135+61=250 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.6% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #36873D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36873D is #C978C2. Grayscale: #666666. Windows color (decimal): -13203651 or 4032310. OLE color: 4032310.
HSL color Cylindrical-coordinate representation of color #36873D: hue angle of 125.19º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #36873D is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 135 | 61 | - |
| CMYK | 0.60 | 0 | 0.55 | 0.47 |
| HSL | 125.19º | 0.43% | 0.37% | - |
| HSV(B) | 125.19º | 0.6% | 0.53% | - |
| XYZ | 11.03 | 18.45 | 7.39 | - |
| YUV | 102.35 | 104.66 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 135 | 61 | 0.60 | 0 | 0.55 | 0.47 | 125.19 | 0.43 | 0.37 |
| Hex | 36 | 87 | 3D | 3C | 0 | 37 | 2F | 7D | 2B | 25 |
| Octal | 66 | 207 | 75 | 74 | 0 | 67 | 57 | 175 | 53 | 45 |
| Binary | 110110 | 10000111 | 111101 | 111100 | 0 | 110111 | 101111 | 1111101 | 101011 | 100101 |
Color Harmonies of #36873D
Complementary color
Monochromatic Colors of #36873D
Black with #36873D
Text Example
Text Example
White with #36873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36873D; }
p { color: rgb(54,135,61); }
H1.HeaderClassName
{
color: #36873D;
}
.AnyTagClassName
{
color: #36873D;
}
</style>
background-color css
<style>
a { background-color: #36873D; }
a { background-color: rgb(54,135,61); }
div.DivClassName
{
background-color: #36873D;
}
.BgClassName
{
background-color: #36873D;
}
</style>
border-color css
<style>
span { border-color: #36873D; }
span { border-color: rgb(54,135,61); }
td.TdClassName
{
border-color: #36873D;
}
.TagClassName
{
border-color: #36873D;
}
</style>