Shades of Japanese Laurel #36783A
Tints of Japanese Laurel #36783A
RGB
CMYK
RGB Variations
Color information
#36783A (or 0x36783A) is known color: Japanese Laurel. HEX triplet: 36, 78 and 3A. RGB value is (54,120,58). Sum of RGB (Red+Green+Blue) = 54+120+58=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #36783A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36783A is #C987C5. Grayscale: #5D5D5D. Windows color (decimal): -13207494 or 3831862. OLE color: 3831862.
HSL color Cylindrical-coordinate representation of color #36783A: hue angle of 123.64º 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 #36783A is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 54 | 120 | 58 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.53 |
| HSL | 123.64º | 0.38% | 0.34% | - |
| HSV(B) | 123.64º | 0.55% | 0.47% | - |
| XYZ | 9 | 14.52 | 6.33 | - |
| YUV | 93.2 | 108.13 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 120 | 58 | 0.55 | 0 | 0.52 | 0.53 | 123.64 | 0.38 | 0.34 |
| Hex | 36 | 78 | 3A | 37 | 0 | 34 | 35 | 7C | 26 | 22 |
| Octal | 66 | 170 | 72 | 67 | 0 | 64 | 65 | 174 | 46 | 42 |
| Binary | 110110 | 1111000 | 111010 | 110111 | 0 | 110100 | 110101 | 1111100 | 100110 | 100010 |
Color Harmonies of #36783A
Complementary color
Monochromatic Colors of #36783A
Black with #36783A
Text Example
Text Example
White with #36783A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36783A; }
p { color: rgb(54,120,58); }
H1.HeaderClassName
{
color: #36783A;
}
.AnyTagClassName
{
color: #36783A;
}
</style>
background-color css
<style>
a { background-color: #36783A; }
a { background-color: rgb(54,120,58); }
div.DivClassName
{
background-color: #36783A;
}
.BgClassName
{
background-color: #36783A;
}
</style>
border-color css
<style>
span { border-color: #36783A; }
span { border-color: rgb(54,120,58); }
td.TdClassName
{
border-color: #36783A;
}
.TagClassName
{
border-color: #36783A;
}
</style>