Shades of Japanese Laurel #346D2F
Tints of Japanese Laurel #346D2F
RGB
CMYK
RGB Variations
Color information
#346D2F (or 0x346D2F) is known color: Japanese Laurel. HEX triplet: 34, 6D and 2F. RGB value is (52,109,47). Sum of RGB (Red+Green+Blue) = 52+109+47=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 109 (42.97% from 255 or 52.40% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 109 - color contains mainly: green. Hex color #346D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346D2F is #CB92D0. Grayscale: #555555. Windows color (decimal): -13341393 or 3108148. OLE color: 3108148.
HSL color Cylindrical-coordinate representation of color #346D2F: hue angle of 115.16º 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 #346D2F is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 109 | 47 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.57 |
| HSL | 115.16º | 0.4% | 0.31% | - |
| HSV(B) | 115.16º | 0.57% | 0.43% | - |
| XYZ | 7.4 | 11.87 | 4.59 | - |
| YUV | 84.89 | 106.62 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 47 | 0.52 | 0 | 0.57 | 0.57 | 115.16 | 0.4 | 0.31 |
| Hex | 34 | 6D | 2F | 34 | 0 | 39 | 39 | 73 | 28 | 1F |
| Octal | 64 | 155 | 57 | 64 | 0 | 71 | 71 | 163 | 50 | 37 |
| Binary | 110100 | 1101101 | 101111 | 110100 | 0 | 111001 | 111001 | 1110011 | 101000 | 11111 |
Color Harmonies of #346D2F
Complementary color
Monochromatic Colors of #346D2F
Black with #346D2F
Text Example
Text Example
White with #346D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D2F; }
p { color: rgb(52,109,47); }
H1.HeaderClassName
{
color: #346D2F;
}
.AnyTagClassName
{
color: #346D2F;
}
</style>
background-color css
<style>
a { background-color: #346D2F; }
a { background-color: rgb(52,109,47); }
div.DivClassName
{
background-color: #346D2F;
}
.BgClassName
{
background-color: #346D2F;
}
</style>
border-color css
<style>
span { border-color: #346D2F; }
span { border-color: rgb(52,109,47); }
td.TdClassName
{
border-color: #346D2F;
}
.TagClassName
{
border-color: #346D2F;
}
</style>