Shades of Japanese Laurel #348E37
Tints of Japanese Laurel #348E37
RGB
CMYK
RGB Variations
Color information
#348E37 (or 0x348E37) is known color: Japanese Laurel. HEX triplet: 34, 8E and 37. RGB value is (52,142,55). Sum of RGB (Red+Green+Blue) = 52+142+55=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 142 (55.86% from 255 or 57.03% from 249); Blue value is 55 (21.88% from 255 or 22.09% from 249); Max value from RGB is 142 - color contains mainly: green. Hex color #348E37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348E37 is #CB71C8. Grayscale: #696969. Windows color (decimal): -13332937 or 3640884. OLE color: 3640884.
HSL color Cylindrical-coordinate representation of color #348E37: hue angle of 122º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348E37 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 142 | 55 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.44 |
| HSL | 122º | 0.46% | 0.38% | - |
| HSV(B) | 122º | 0.63% | 0.56% | - |
| XYZ | 11.78 | 20.35 | 6.92 | - |
| YUV | 105.17 | 99.68 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 55 | 0.63 | 0 | 0.61 | 0.44 | 122 | 0.46 | 0.38 |
| Hex | 34 | 8E | 37 | 3F | 0 | 3D | 2C | 7A | 2E | 26 |
| Octal | 64 | 216 | 67 | 77 | 0 | 75 | 54 | 172 | 56 | 46 |
| Binary | 110100 | 10001110 | 110111 | 111111 | 0 | 111101 | 101100 | 1111010 | 101110 | 100110 |
Color Harmonies of #348E37
Complementary color
Monochromatic Colors of #348E37
Black with #348E37
Text Example
Text Example
White with #348E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348E37; }
p { color: rgb(52,142,55); }
H1.HeaderClassName
{
color: #348E37;
}
.AnyTagClassName
{
color: #348E37;
}
</style>
background-color css
<style>
a { background-color: #348E37; }
a { background-color: rgb(52,142,55); }
div.DivClassName
{
background-color: #348E37;
}
.BgClassName
{
background-color: #348E37;
}
</style>
border-color css
<style>
span { border-color: #348E37; }
span { border-color: rgb(52,142,55); }
td.TdClassName
{
border-color: #348E37;
}
.TagClassName
{
border-color: #348E37;
}
</style>