Shades of Japanese Laurel #346F34
Tints of Japanese Laurel #346F34
RGB
CMYK
RGB Variations
Color information
#346F34 (or 0x346F34) is known color: Japanese Laurel. HEX triplet: 34, 6F and 34. RGB value is (52,111,52). Sum of RGB (Red+Green+Blue) = 52+111+52=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #346F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F34 is #CB90CB. Grayscale: #565656. Windows color (decimal): -13340876 or 3436340. OLE color: 3436340.
HSL color Cylindrical-coordinate representation of color #346F34: hue angle of 120º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346F34 is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 52 | 111 | 52 | - |
| CMYK | 0.53 | 0 | 0.53 | 0.56 |
| HSL | 120º | 0.36% | 0.32% | - |
| HSV(B) | 120º | 0.53% | 0.44% | - |
| XYZ | 7.72 | 12.35 | 5.23 | - |
| YUV | 86.63 | 108.45 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 111 | 52 | 0.53 | 0 | 0.53 | 0.56 | 120 | 0.36 | 0.32 |
| Hex | 34 | 6F | 34 | 35 | 0 | 35 | 38 | 78 | 24 | 20 |
| Octal | 64 | 157 | 64 | 65 | 0 | 65 | 70 | 170 | 44 | 40 |
| Binary | 110100 | 1101111 | 110100 | 110101 | 0 | 110101 | 111000 | 1111000 | 100100 | 100000 |
Color Harmonies of #346F34
Complementary color
Monochromatic Colors of #346F34
Black with #346F34
Text Example
Text Example
White with #346F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346F34; }
p { color: rgb(52,111,52); }
H1.HeaderClassName
{
color: #346F34;
}
.AnyTagClassName
{
color: #346F34;
}
</style>
background-color css
<style>
a { background-color: #346F34; }
a { background-color: rgb(52,111,52); }
div.DivClassName
{
background-color: #346F34;
}
.BgClassName
{
background-color: #346F34;
}
</style>
border-color css
<style>
span { border-color: #346F34; }
span { border-color: rgb(52,111,52); }
td.TdClassName
{
border-color: #346F34;
}
.TagClassName
{
border-color: #346F34;
}
</style>