Shades of Japanese Laurel #348D3A
Tints of Japanese Laurel #348D3A
RGB
CMYK
RGB Variations
Color information
#348D3A (or 0x348D3A) is known color: Japanese Laurel. HEX triplet: 34, 8D and 3A. RGB value is (52,141,58). Sum of RGB (Red+Green+Blue) = 52+141+58=251 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.72% from 251); Green value is 141 (55.47% from 255 or 56.18% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 141 - color contains mainly: green. Hex color #348D3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348D3A is #CB72C5. Grayscale: #696969. Windows color (decimal): -13333190 or 3837236. OLE color: 3837236.
HSL color Cylindrical-coordinate representation of color #348D3A: hue angle of 124.04º 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 #348D3A is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 141 | 58 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.45 |
| HSL | 124.04º | 0.46% | 0.38% | - |
| HSV(B) | 124.04º | 0.63% | 0.55% | - |
| XYZ | 11.7 | 20.09 | 7.26 | - |
| YUV | 104.93 | 101.51 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 58 | 0.63 | 0 | 0.59 | 0.45 | 124.04 | 0.46 | 0.38 |
| Hex | 34 | 8D | 3A | 3F | 0 | 3B | 2D | 7C | 2E | 26 |
| Octal | 64 | 215 | 72 | 77 | 0 | 73 | 55 | 174 | 56 | 46 |
| Binary | 110100 | 10001101 | 111010 | 111111 | 0 | 111011 | 101101 | 1111100 | 101110 | 100110 |
Color Harmonies of #348D3A
Complementary color
Monochromatic Colors of #348D3A
Black with #348D3A
Text Example
Text Example
White with #348D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348D3A; }
p { color: rgb(52,141,58); }
H1.HeaderClassName
{
color: #348D3A;
}
.AnyTagClassName
{
color: #348D3A;
}
</style>
background-color css
<style>
a { background-color: #348D3A; }
a { background-color: rgb(52,141,58); }
div.DivClassName
{
background-color: #348D3A;
}
.BgClassName
{
background-color: #348D3A;
}
</style>
border-color css
<style>
span { border-color: #348D3A; }
span { border-color: rgb(52,141,58); }
td.TdClassName
{
border-color: #348D3A;
}
.TagClassName
{
border-color: #348D3A;
}
</style>