Shades of Japanese Laurel #346E31
Tints of Japanese Laurel #346E31
RGB
CMYK
RGB Variations
Color information
#346E31 (or 0x346E31) is known color: Japanese Laurel. HEX triplet: 34, 6E and 31. RGB value is (52,110,49). Sum of RGB (Red+Green+Blue) = 52+110+49=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 110 (43.36% from 255 or 52.13% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 110 - color contains mainly: green. Hex color #346E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346E31 is #CB91CE. Grayscale: #555555. Windows color (decimal): -13341135 or 3239476. OLE color: 3239476.
HSL color Cylindrical-coordinate representation of color #346E31: hue angle of 117.05º 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 #346E31 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 52 | 110 | 49 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.57 |
| HSL | 117.05º | 0.38% | 0.31% | - |
| HSV(B) | 117.05º | 0.55% | 0.43% | - |
| XYZ | 7.55 | 12.1 | 4.84 | - |
| YUV | 85.7 | 107.28 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 110 | 49 | 0.53 | 0 | 0.55 | 0.57 | 117.05 | 0.38 | 0.31 |
| Hex | 34 | 6E | 31 | 35 | 0 | 37 | 39 | 75 | 26 | 1F |
| Octal | 64 | 156 | 61 | 65 | 0 | 67 | 71 | 165 | 46 | 37 |
| Binary | 110100 | 1101110 | 110001 | 110101 | 0 | 110111 | 111001 | 1110101 | 100110 | 11111 |
Color Harmonies of #346E31
Complementary color
Monochromatic Colors of #346E31
Black with #346E31
Text Example
Text Example
White with #346E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #346E31; }
p { color: rgb(52,110,49); }
H1.HeaderClassName
{
color: #346E31;
}
.AnyTagClassName
{
color: #346E31;
}
</style>
background-color css
<style>
a { background-color: #346E31; }
a { background-color: rgb(52,110,49); }
div.DivClassName
{
background-color: #346E31;
}
.BgClassName
{
background-color: #346E31;
}
</style>
border-color css
<style>
span { border-color: #346E31; }
span { border-color: rgb(52,110,49); }
td.TdClassName
{
border-color: #346E31;
}
.TagClassName
{
border-color: #346E31;
}
</style>