Shades of Japanese Laurel #3A6E36
Tints of Japanese Laurel #3A6E36
RGB
CMYK
RGB Variations
Color information
#3A6E36 (or 0x3A6E36) is known color: Japanese Laurel. HEX triplet: 3A, 6E and 36. RGB value is (58,110,54). Sum of RGB (Red+Green+Blue) = 58+110+54=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 110 (43.36% from 255 or 49.55% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 110 - color contains mainly: green. Hex color #3A6E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6E36 is #C591C9. Grayscale: #585858. Windows color (decimal): -12947914 or 3567162. OLE color: 3567162.
HSL color Cylindrical-coordinate representation of color #3A6E36: hue angle of 115.71º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A6E36 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 110 | 54 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.57 |
| HSL | 115.71º | 0.34% | 0.32% | - |
| HSV(B) | 115.71º | 0.51% | 0.43% | - |
| XYZ | 7.99 | 12.32 | 5.45 | - |
| YUV | 88.07 | 108.77 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 110 | 54 | 0.47 | 0 | 0.51 | 0.57 | 115.71 | 0.34 | 0.32 |
| Hex | 3A | 6E | 36 | 2F | 0 | 33 | 39 | 74 | 22 | 20 |
| Octal | 72 | 156 | 66 | 57 | 0 | 63 | 71 | 164 | 42 | 40 |
| Binary | 111010 | 1101110 | 110110 | 101111 | 0 | 110011 | 111001 | 1110100 | 100010 | 100000 |
Color Harmonies of #3A6E36
Complementary color
Monochromatic Colors of #3A6E36
Black with #3A6E36
Text Example
Text Example
White with #3A6E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6E36; }
p { color: rgb(58,110,54); }
H1.HeaderClassName
{
color: #3A6E36;
}
.AnyTagClassName
{
color: #3A6E36;
}
</style>
background-color css
<style>
a { background-color: #3A6E36; }
a { background-color: rgb(58,110,54); }
div.DivClassName
{
background-color: #3A6E36;
}
.BgClassName
{
background-color: #3A6E36;
}
</style>
border-color css
<style>
span { border-color: #3A6E36; }
span { border-color: rgb(58,110,54); }
td.TdClassName
{
border-color: #3A6E36;
}
.TagClassName
{
border-color: #3A6E36;
}
</style>