Shades of Japanese Laurel #346E32
Tints of Japanese Laurel #346E32
RGB
CMYK
RGB Variations
Color information
#346E32 (or 0x346E32) is known color: Japanese Laurel. HEX triplet: 34, 6E and 32. RGB value is (52,110,50). Sum of RGB (Red+Green+Blue) = 52+110+50=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 110 (43.36% from 255 or 51.89% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 110 - color contains mainly: green. Hex color #346E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346E32 is #CB91CD. Grayscale: #555555. Windows color (decimal): -13341134 or 3305012. OLE color: 3305012.
HSL color Cylindrical-coordinate representation of color #346E32: hue angle of 118º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #346E32 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 110 | 50 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.57 |
| HSL | 118º | 0.38% | 0.31% | - |
| HSV(B) | 118º | 0.55% | 0.43% | - |
| XYZ | 7.57 | 12.11 | 4.96 | - |
| YUV | 85.82 | 107.78 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 50 | 0.53 | 0 | 0.55 | 0.57 | 118 | 0.38 | 0.31 |
| Hex | 34 | 6E | 32 | 35 | 0 | 37 | 39 | 76 | 26 | 1F |
| Octal | 64 | 156 | 62 | 65 | 0 | 67 | 71 | 166 | 46 | 37 |
| Binary | 110100 | 1101110 | 110010 | 110101 | 0 | 110111 | 111001 | 1110110 | 100110 | 11111 |
Color Harmonies of #346E32
Complementary color
Monochromatic Colors of #346E32
Black with #346E32
Text Example
Text Example
White with #346E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346E32; }
p { color: rgb(52,110,50); }
H1.HeaderClassName
{
color: #346E32;
}
.AnyTagClassName
{
color: #346E32;
}
</style>
background-color css
<style>
a { background-color: #346E32; }
a { background-color: rgb(52,110,50); }
div.DivClassName
{
background-color: #346E32;
}
.BgClassName
{
background-color: #346E32;
}
</style>
border-color css
<style>
span { border-color: #346E32; }
span { border-color: rgb(52,110,50); }
td.TdClassName
{
border-color: #346E32;
}
.TagClassName
{
border-color: #346E32;
}
</style>