Shades of Japanese Laurel #346E2F
Tints of Japanese Laurel #346E2F
RGB
CMYK
RGB Variations
Color information
#346E2F (or 0x346E2F) is known color: Japanese Laurel. HEX triplet: 34, 6E and 2F. RGB value is (52,110,47). Sum of RGB (Red+Green+Blue) = 52+110+47=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 110 (43.36% from 255 or 52.63% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 110 - color contains mainly: green. Hex color #346E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346E2F is #CB91D0. Grayscale: #555555. Windows color (decimal): -13341137 or 3108404. OLE color: 3108404.
HSL color Cylindrical-coordinate representation of color #346E2F: hue angle of 115.24º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #346E2F is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 110 | 47 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.57 |
| HSL | 115.24º | 0.4% | 0.31% | - |
| HSV(B) | 115.24º | 0.57% | 0.43% | - |
| XYZ | 7.51 | 12.09 | 4.63 | - |
| YUV | 85.48 | 106.28 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 47 | 0.53 | 0 | 0.57 | 0.57 | 115.24 | 0.4 | 0.31 |
| Hex | 34 | 6E | 2F | 35 | 0 | 39 | 39 | 73 | 28 | 1F |
| Octal | 64 | 156 | 57 | 65 | 0 | 71 | 71 | 163 | 50 | 37 |
| Binary | 110100 | 1101110 | 101111 | 110101 | 0 | 111001 | 111001 | 1110011 | 101000 | 11111 |
Color Harmonies of #346E2F
Complementary color
Monochromatic Colors of #346E2F
Black with #346E2F
Text Example
Text Example
White with #346E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346E2F; }
p { color: rgb(52,110,47); }
H1.HeaderClassName
{
color: #346E2F;
}
.AnyTagClassName
{
color: #346E2F;
}
</style>
background-color css
<style>
a { background-color: #346E2F; }
a { background-color: rgb(52,110,47); }
div.DivClassName
{
background-color: #346E2F;
}
.BgClassName
{
background-color: #346E2F;
}
</style>
border-color css
<style>
span { border-color: #346E2F; }
span { border-color: rgb(52,110,47); }
td.TdClassName
{
border-color: #346E2F;
}
.TagClassName
{
border-color: #346E2F;
}
</style>