Shades of Japanese Laurel #346D31
Tints of Japanese Laurel #346D31
RGB
CMYK
RGB Variations
Color information
#346D31 (or 0x346D31) is known color: Japanese Laurel. HEX triplet: 34, 6D and 31. RGB value is (52,109,49). Sum of RGB (Red+Green+Blue) = 52+109+49=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 109 (42.97% from 255 or 51.90% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 109 - color contains mainly: green. Hex color #346D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346D31 is #CB92CE. Grayscale: #555555. Windows color (decimal): -13341391 or 3239220. OLE color: 3239220.
HSL color Cylindrical-coordinate representation of color #346D31: hue angle of 117º 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 #346D31 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 109 | 49 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.57 |
| HSL | 117º | 0.38% | 0.31% | - |
| HSV(B) | 117º | 0.55% | 0.43% | - |
| XYZ | 7.44 | 11.89 | 4.81 | - |
| YUV | 85.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 109 | 49 | 0.52 | 0 | 0.55 | 0.57 | 117 | 0.38 | 0.31 |
| Hex | 34 | 6D | 31 | 34 | 0 | 37 | 39 | 75 | 26 | 1F |
| Octal | 64 | 155 | 61 | 64 | 0 | 67 | 71 | 165 | 46 | 37 |
| Binary | 110100 | 1101101 | 110001 | 110100 | 0 | 110111 | 111001 | 1110101 | 100110 | 11111 |
Color Harmonies of #346D31
Complementary color
Monochromatic Colors of #346D31
Black with #346D31
Text Example
Text Example
White with #346D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346D31; }
p { color: rgb(52,109,49); }
H1.HeaderClassName
{
color: #346D31;
}
.AnyTagClassName
{
color: #346D31;
}
</style>
background-color css
<style>
a { background-color: #346D31; }
a { background-color: rgb(52,109,49); }
div.DivClassName
{
background-color: #346D31;
}
.BgClassName
{
background-color: #346D31;
}
</style>
border-color css
<style>
span { border-color: #346D31; }
span { border-color: rgb(52,109,49); }
td.TdClassName
{
border-color: #346D31;
}
.TagClassName
{
border-color: #346D31;
}
</style>