Shades of Japanese Laurel #348D38
Tints of Japanese Laurel #348D38
RGB
CMYK
RGB Variations
Color information
#348D38 (or 0x348D38) is known color: Japanese Laurel. HEX triplet: 34, 8D and 38. RGB value is (52,141,56). Sum of RGB (Red+Green+Blue) = 52+141+56=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 141 (55.47% from 255 or 56.63% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 141 - color contains mainly: green. Hex color #348D38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348D38 is #CB72C7. Grayscale: #686868. Windows color (decimal): -13333192 or 3706164. OLE color: 3706164.
HSL color Cylindrical-coordinate representation of color #348D38: hue angle of 122.7º 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 #348D38 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 141 | 56 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.45 |
| HSL | 122.7º | 0.46% | 0.38% | - |
| HSV(B) | 122.7º | 0.63% | 0.55% | - |
| XYZ | 11.65 | 20.07 | 7 | - |
| YUV | 104.7 | 100.51 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 56 | 0.63 | 0 | 0.60 | 0.45 | 122.7 | 0.46 | 0.38 |
| Hex | 34 | 8D | 38 | 3F | 0 | 3C | 2D | 7B | 2E | 26 |
| Octal | 64 | 215 | 70 | 77 | 0 | 74 | 55 | 173 | 56 | 46 |
| Binary | 110100 | 10001101 | 111000 | 111111 | 0 | 111100 | 101101 | 1111011 | 101110 | 100110 |
Color Harmonies of #348D38
Complementary color
Monochromatic Colors of #348D38
Black with #348D38
Text Example
Text Example
White with #348D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348D38; }
p { color: rgb(52,141,56); }
H1.HeaderClassName
{
color: #348D38;
}
.AnyTagClassName
{
color: #348D38;
}
</style>
background-color css
<style>
a { background-color: #348D38; }
a { background-color: rgb(52,141,56); }
div.DivClassName
{
background-color: #348D38;
}
.BgClassName
{
background-color: #348D38;
}
</style>
border-color css
<style>
span { border-color: #348D38; }
span { border-color: rgb(52,141,56); }
td.TdClassName
{
border-color: #348D38;
}
.TagClassName
{
border-color: #348D38;
}
</style>