Shades of Japanese Laurel #36793D
Tints of Japanese Laurel #36793D
RGB
CMYK
RGB Variations
Color information
#36793D (or 0x36793D) is known color: Japanese Laurel. HEX triplet: 36, 79 and 3D. RGB value is (54,121,61). Sum of RGB (Red+Green+Blue) = 54+121+61=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #36793D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36793D is #C986C2. Grayscale: #5E5E5E. Windows color (decimal): -13207235 or 4028726. OLE color: 4028726.
HSL color Cylindrical-coordinate representation of color #36793D: hue angle of 126.27º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #36793D is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 121 | 61 | - |
| CMYK | 0.55 | 0 | 0.50 | 0.53 |
| HSL | 126.27º | 0.38% | 0.34% | - |
| HSV(B) | 126.27º | 0.55% | 0.47% | - |
| XYZ | 9.2 | 14.8 | 6.79 | - |
| YUV | 94.13 | 109.3 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 121 | 61 | 0.55 | 0 | 0.50 | 0.53 | 126.27 | 0.38 | 0.34 |
| Hex | 36 | 79 | 3D | 37 | 0 | 32 | 35 | 7E | 26 | 22 |
| Octal | 66 | 171 | 75 | 67 | 0 | 62 | 65 | 176 | 46 | 42 |
| Binary | 110110 | 1111001 | 111101 | 110111 | 0 | 110010 | 110101 | 1111110 | 100110 | 100010 |
Color Harmonies of #36793D
Complementary color
Monochromatic Colors of #36793D
Black with #36793D
Text Example
Text Example
White with #36793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36793D; }
p { color: rgb(54,121,61); }
H1.HeaderClassName
{
color: #36793D;
}
.AnyTagClassName
{
color: #36793D;
}
</style>
background-color css
<style>
a { background-color: #36793D; }
a { background-color: rgb(54,121,61); }
div.DivClassName
{
background-color: #36793D;
}
.BgClassName
{
background-color: #36793D;
}
</style>
border-color css
<style>
span { border-color: #36793D; }
span { border-color: rgb(54,121,61); }
td.TdClassName
{
border-color: #36793D;
}
.TagClassName
{
border-color: #36793D;
}
</style>