Shades of Japanese Laurel #348D37
Tints of Japanese Laurel #348D37
RGB
CMYK
RGB Variations
Color information
#348D37 (or 0x348D37) is known color: Japanese Laurel. HEX triplet: 34, 8D and 37. RGB value is (52,141,55). Sum of RGB (Red+Green+Blue) = 52+141+55=248 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.97% from 248); Green value is 141 (55.47% from 255 or 56.85% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 141 - color contains mainly: green. Hex color #348D37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348D37 is #CB72C8. Grayscale: #686868. Windows color (decimal): -13333193 or 3640628. OLE color: 3640628.
HSL color Cylindrical-coordinate representation of color #348D37: hue angle of 122.02º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348D37 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 141 | 55 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.45 |
| HSL | 122.02º | 0.46% | 0.38% | - |
| HSV(B) | 122.02º | 0.63% | 0.55% | - |
| XYZ | 11.63 | 20.06 | 6.87 | - |
| YUV | 104.59 | 100.01 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 55 | 0.63 | 0 | 0.61 | 0.45 | 122.02 | 0.46 | 0.38 |
| Hex | 34 | 8D | 37 | 3F | 0 | 3D | 2D | 7A | 2E | 26 |
| Octal | 64 | 215 | 67 | 77 | 0 | 75 | 55 | 172 | 56 | 46 |
| Binary | 110100 | 10001101 | 110111 | 111111 | 0 | 111101 | 101101 | 1111010 | 101110 | 100110 |
Color Harmonies of #348D37
Complementary color
Monochromatic Colors of #348D37
Black with #348D37
Text Example
Text Example
White with #348D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348D37; }
p { color: rgb(52,141,55); }
H1.HeaderClassName
{
color: #348D37;
}
.AnyTagClassName
{
color: #348D37;
}
</style>
background-color css
<style>
a { background-color: #348D37; }
a { background-color: rgb(52,141,55); }
div.DivClassName
{
background-color: #348D37;
}
.BgClassName
{
background-color: #348D37;
}
</style>
border-color css
<style>
span { border-color: #348D37; }
span { border-color: rgb(52,141,55); }
td.TdClassName
{
border-color: #348D37;
}
.TagClassName
{
border-color: #348D37;
}
</style>