Shades of Japanese Laurel #348240
Tints of Japanese Laurel #348240
RGB
CMYK
RGB Variations
Color information
#348240 (or 0x348240) is known color: Japanese Laurel. HEX triplet: 34, 82 and 40. RGB value is (52,130,64). Sum of RGB (Red+Green+Blue) = 52+130+64=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #348240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348240 is #CB7DBF. Grayscale: #636363. Windows color (decimal): -13336000 or 4227636. OLE color: 4227636.
HSL color Cylindrical-coordinate representation of color #348240: hue angle of 129.23º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348240 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 130 | 64 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.49 |
| HSL | 129.23º | 0.43% | 0.36% | - |
| HSV(B) | 129.23º | 0.6% | 0.51% | - |
| XYZ | 10.32 | 17.07 | 7.6 | - |
| YUV | 99.15 | 108.16 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 64 | 0.60 | 0 | 0.51 | 0.49 | 129.23 | 0.43 | 0.36 |
| Hex | 34 | 82 | 40 | 3C | 0 | 33 | 31 | 81 | 2B | 24 |
| Octal | 64 | 202 | 100 | 74 | 0 | 63 | 61 | 201 | 53 | 44 |
| Binary | 110100 | 10000010 | 1000000 | 111100 | 0 | 110011 | 110001 | 10000001 | 101011 | 100100 |
Color Harmonies of #348240
Complementary color
Monochromatic Colors of #348240
Black with #348240
Text Example
Text Example
White with #348240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348240; }
p { color: rgb(52,130,64); }
H1.HeaderClassName
{
color: #348240;
}
.AnyTagClassName
{
color: #348240;
}
</style>
background-color css
<style>
a { background-color: #348240; }
a { background-color: rgb(52,130,64); }
div.DivClassName
{
background-color: #348240;
}
.BgClassName
{
background-color: #348240;
}
</style>
border-color css
<style>
span { border-color: #348240; }
span { border-color: rgb(52,130,64); }
td.TdClassName
{
border-color: #348240;
}
.TagClassName
{
border-color: #348240;
}
</style>