Shades of Japanese Laurel #346D2D
Tints of Japanese Laurel #346D2D
RGB
CMYK
RGB Variations
Color information
#346D2D (or 0x346D2D) is known color: Japanese Laurel. HEX triplet: 34, 6D and 2D. RGB value is (52,109,45). Sum of RGB (Red+Green+Blue) = 52+109+45=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 109 (42.97% from 255 or 52.91% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 109 - color contains mainly: green. Hex color #346D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346D2D is #CB92D2. Grayscale: #545454. Windows color (decimal): -13341395 or 2977076. OLE color: 2977076.
HSL color Cylindrical-coordinate representation of color #346D2D: hue angle of 113.44º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #346D2D is Cyan = 0.52, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 109 | 45 | - |
| CMYK | 0.52 | 0 | 0.59 | 0.57 |
| HSL | 113.44º | 0.42% | 0.3% | - |
| HSV(B) | 113.44º | 0.59% | 0.43% | - |
| XYZ | 7.36 | 11.86 | 4.38 | - |
| YUV | 84.66 | 105.62 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 45 | 0.52 | 0 | 0.59 | 0.57 | 113.44 | 0.42 | 0.3 |
| Hex | 34 | 6D | 2D | 34 | 0 | 3B | 39 | 71 | 2A | 1E |
| Octal | 64 | 155 | 55 | 64 | 0 | 73 | 71 | 161 | 52 | 36 |
| Binary | 110100 | 1101101 | 101101 | 110100 | 0 | 111011 | 111001 | 1110001 | 101010 | 11110 |
Color Harmonies of #346D2D
Complementary color
Monochromatic Colors of #346D2D
Black with #346D2D
Text Example
Text Example
White with #346D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D2D; }
p { color: rgb(52,109,45); }
H1.HeaderClassName
{
color: #346D2D;
}
.AnyTagClassName
{
color: #346D2D;
}
</style>
background-color css
<style>
a { background-color: #346D2D; }
a { background-color: rgb(52,109,45); }
div.DivClassName
{
background-color: #346D2D;
}
.BgClassName
{
background-color: #346D2D;
}
</style>
border-color css
<style>
span { border-color: #346D2D; }
span { border-color: rgb(52,109,45); }
td.TdClassName
{
border-color: #346D2D;
}
.TagClassName
{
border-color: #346D2D;
}
</style>