Shades of Japanese Laurel #36803E
Tints of Japanese Laurel #36803E
RGB
CMYK
RGB Variations
Color information
#36803E (or 0x36803E) is known color: Japanese Laurel. HEX triplet: 36, 80 and 3E. RGB value is (54,128,62). Sum of RGB (Red+Green+Blue) = 54+128+62=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 128 (50.39% from 255 or 52.46% from 244); Blue value is 62 (24.61% from 255 or 25.41% from 244); Max value from RGB is 128 - color contains mainly: green. Hex color #36803E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36803E is #C97FC1. Grayscale: #626262. Windows color (decimal): -13205442 or 4096054. OLE color: 4096054.
HSL color Cylindrical-coordinate representation of color #36803E: hue angle of 126.49º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36803E is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 54 | 128 | 62 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.50 |
| HSL | 126.49º | 0.41% | 0.36% | - |
| HSV(B) | 126.49º | 0.58% | 0.5% | - |
| XYZ | 10.11 | 16.57 | 7.22 | - |
| YUV | 98.35 | 107.48 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 128 | 62 | 0.58 | 0 | 0.52 | 0.50 | 126.49 | 0.41 | 0.36 |
| Hex | 36 | 80 | 3E | 3A | 0 | 34 | 32 | 7E | 29 | 24 |
| Octal | 66 | 200 | 76 | 72 | 0 | 64 | 62 | 176 | 51 | 44 |
| Binary | 110110 | 10000000 | 111110 | 111010 | 0 | 110100 | 110010 | 1111110 | 101001 | 100100 |
Color Harmonies of #36803E
Complementary color
Monochromatic Colors of #36803E
Black with #36803E
Text Example
Text Example
White with #36803E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36803E; }
p { color: rgb(54,128,62); }
H1.HeaderClassName
{
color: #36803E;
}
.AnyTagClassName
{
color: #36803E;
}
</style>
background-color css
<style>
a { background-color: #36803E; }
a { background-color: rgb(54,128,62); }
div.DivClassName
{
background-color: #36803E;
}
.BgClassName
{
background-color: #36803E;
}
</style>
border-color css
<style>
span { border-color: #36803E; }
span { border-color: rgb(54,128,62); }
td.TdClassName
{
border-color: #36803E;
}
.TagClassName
{
border-color: #36803E;
}
</style>