Shades of Japanese Laurel #36763D
Tints of Japanese Laurel #36763D
RGB
CMYK
RGB Variations
Color information
#36763D (or 0x36763D) is known color: Japanese Laurel. HEX triplet: 36, 76 and 3D. RGB value is (54,118,61). Sum of RGB (Red+Green+Blue) = 54+118+61=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #36763D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36763D is #C989C2. Grayscale: #5C5C5C. Windows color (decimal): -13208003 or 4027958. OLE color: 4027958.
HSL color Cylindrical-coordinate representation of color #36763D: hue angle of 126.56º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36763D is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 54 | 118 | 61 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.54 |
| HSL | 126.56º | 0.37% | 0.34% | - |
| HSV(B) | 126.56º | 0.54% | 0.46% | - |
| XYZ | 8.84 | 14.08 | 6.67 | - |
| YUV | 92.37 | 110.3 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 118 | 61 | 0.54 | 0 | 0.48 | 0.54 | 126.56 | 0.37 | 0.34 |
| Hex | 36 | 76 | 3D | 36 | 0 | 30 | 36 | 7F | 25 | 22 |
| Octal | 66 | 166 | 75 | 66 | 0 | 60 | 66 | 177 | 45 | 42 |
| Binary | 110110 | 1110110 | 111101 | 110110 | 0 | 110000 | 110110 | 1111111 | 100101 | 100010 |
Color Harmonies of #36763D
Complementary color
Monochromatic Colors of #36763D
Black with #36763D
Text Example
Text Example
White with #36763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36763D; }
p { color: rgb(54,118,61); }
H1.HeaderClassName
{
color: #36763D;
}
.AnyTagClassName
{
color: #36763D;
}
</style>
background-color css
<style>
a { background-color: #36763D; }
a { background-color: rgb(54,118,61); }
div.DivClassName
{
background-color: #36763D;
}
.BgClassName
{
background-color: #36763D;
}
</style>
border-color css
<style>
span { border-color: #36763D; }
span { border-color: rgb(54,118,61); }
td.TdClassName
{
border-color: #36763D;
}
.TagClassName
{
border-color: #36763D;
}
</style>