Shades of Japanese Laurel #36743F
Tints of Japanese Laurel #36743F
RGB
CMYK
RGB Variations
Color information
#36743F (or 0x36743F) is known color: Japanese Laurel. HEX triplet: 36, 74 and 3F. RGB value is (54,116,63). Sum of RGB (Red+Green+Blue) = 54+116+63=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #36743F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36743F is #C98BC0. Grayscale: #5B5B5B. Windows color (decimal): -13208513 or 4158518. OLE color: 4158518.
HSL color Cylindrical-coordinate representation of color #36743F: hue angle of 128.71º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #36743F is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 54 | 116 | 63 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.55 |
| HSL | 128.71º | 0.36% | 0.33% | - |
| HSV(B) | 128.71º | 0.53% | 0.45% | - |
| XYZ | 8.66 | 13.63 | 6.88 | - |
| YUV | 91.42 | 111.96 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 116 | 63 | 0.53 | 0 | 0.46 | 0.55 | 128.71 | 0.36 | 0.33 |
| Hex | 36 | 74 | 3F | 35 | 0 | 2E | 37 | 81 | 24 | 21 |
| Octal | 66 | 164 | 77 | 65 | 0 | 56 | 67 | 201 | 44 | 41 |
| Binary | 110110 | 1110100 | 111111 | 110101 | 0 | 101110 | 110111 | 10000001 | 100100 | 100001 |
Color Harmonies of #36743F
Complementary color
Monochromatic Colors of #36743F
Black with #36743F
Text Example
Text Example
White with #36743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36743F; }
p { color: rgb(54,116,63); }
H1.HeaderClassName
{
color: #36743F;
}
.AnyTagClassName
{
color: #36743F;
}
</style>
background-color css
<style>
a { background-color: #36743F; }
a { background-color: rgb(54,116,63); }
div.DivClassName
{
background-color: #36743F;
}
.BgClassName
{
background-color: #36743F;
}
</style>
border-color css
<style>
span { border-color: #36743F; }
span { border-color: rgb(54,116,63); }
td.TdClassName
{
border-color: #36743F;
}
.TagClassName
{
border-color: #36743F;
}
</style>