Shades of Japanese Laurel #36843B
Tints of Japanese Laurel #36843B
RGB
CMYK
RGB Variations
Color information
#36843B (or 0x36843B) is known color: Japanese Laurel. HEX triplet: 36, 84 and 3B. RGB value is (54,132,59). Sum of RGB (Red+Green+Blue) = 54+132+59=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #36843B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36843B is #C97BC4. Grayscale: #646464. Windows color (decimal): -13204421 or 3900470. OLE color: 3900470.
HSL color Cylindrical-coordinate representation of color #36843B: hue angle of 123.85º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36843B is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 132 | 59 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.48 |
| HSL | 123.85º | 0.42% | 0.36% | - |
| HSV(B) | 123.85º | 0.59% | 0.52% | - |
| XYZ | 10.56 | 17.6 | 6.98 | - |
| YUV | 100.36 | 104.66 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 132 | 59 | 0.59 | 0 | 0.55 | 0.48 | 123.85 | 0.42 | 0.36 |
| Hex | 36 | 84 | 3B | 3B | 0 | 37 | 30 | 7C | 2A | 24 |
| Octal | 66 | 204 | 73 | 73 | 0 | 67 | 60 | 174 | 52 | 44 |
| Binary | 110110 | 10000100 | 111011 | 111011 | 0 | 110111 | 110000 | 1111100 | 101010 | 100100 |
Color Harmonies of #36843B
Complementary color
Monochromatic Colors of #36843B
Black with #36843B
Text Example
Text Example
White with #36843B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36843B; }
p { color: rgb(54,132,59); }
H1.HeaderClassName
{
color: #36843B;
}
.AnyTagClassName
{
color: #36843B;
}
</style>
background-color css
<style>
a { background-color: #36843B; }
a { background-color: rgb(54,132,59); }
div.DivClassName
{
background-color: #36843B;
}
.BgClassName
{
background-color: #36843B;
}
</style>
border-color css
<style>
span { border-color: #36843B; }
span { border-color: rgb(54,132,59); }
td.TdClassName
{
border-color: #36843B;
}
.TagClassName
{
border-color: #36843B;
}
</style>