Shades of Japanese Laurel #348D36
Tints of Japanese Laurel #348D36
RGB
CMYK
RGB Variations
Color information
#348D36 (or 0x348D36) is known color: Japanese Laurel. HEX triplet: 34, 8D and 36. RGB value is (52,141,54). Sum of RGB (Red+Green+Blue) = 52+141+54=247 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.05% from 247); Green value is 141 (55.47% from 255 or 57.09% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 141 - color contains mainly: green. Hex color #348D36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348D36 is #CB72C9. Grayscale: #686868. Windows color (decimal): -13333194 or 3575092. OLE color: 3575092.
HSL color Cylindrical-coordinate representation of color #348D36: hue angle of 121.35º 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 #348D36 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 141 | 54 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.45 |
| HSL | 121.35º | 0.46% | 0.38% | - |
| HSV(B) | 121.35º | 0.63% | 0.55% | - |
| XYZ | 11.61 | 20.05 | 6.75 | - |
| YUV | 104.47 | 99.51 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 54 | 0.63 | 0 | 0.62 | 0.45 | 121.35 | 0.46 | 0.38 |
| Hex | 34 | 8D | 36 | 3F | 0 | 3E | 2D | 79 | 2E | 26 |
| Octal | 64 | 215 | 66 | 77 | 0 | 76 | 55 | 171 | 56 | 46 |
| Binary | 110100 | 10001101 | 110110 | 111111 | 0 | 111110 | 101101 | 1111001 | 101110 | 100110 |
Color Harmonies of #348D36
Complementary color
Monochromatic Colors of #348D36
Black with #348D36
Text Example
Text Example
White with #348D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348D36; }
p { color: rgb(52,141,54); }
H1.HeaderClassName
{
color: #348D36;
}
.AnyTagClassName
{
color: #348D36;
}
</style>
background-color css
<style>
a { background-color: #348D36; }
a { background-color: rgb(52,141,54); }
div.DivClassName
{
background-color: #348D36;
}
.BgClassName
{
background-color: #348D36;
}
</style>
border-color css
<style>
span { border-color: #348D36; }
span { border-color: rgb(52,141,54); }
td.TdClassName
{
border-color: #348D36;
}
.TagClassName
{
border-color: #348D36;
}
</style>