Shades of Japanese Laurel #347E40
Tints of Japanese Laurel #347E40
RGB
CMYK
RGB Variations
Color information
#347E40 (or 0x347E40) is known color: Japanese Laurel. HEX triplet: 34, 7E and 40. RGB value is (52,126,64). Sum of RGB (Red+Green+Blue) = 52+126+64=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 126 (49.61% from 255 or 52.07% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 126 - color contains mainly: green. Hex color #347E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347E40 is #CB81BF. Grayscale: #606060. Windows color (decimal): -13337024 or 4226612. OLE color: 4226612.
HSL color Cylindrical-coordinate representation of color #347E40: hue angle of 129.73º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347E40 is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 126 | 64 | - |
| CMYK | 0.59 | 0 | 0.49 | 0.51 |
| HSL | 129.73º | 0.42% | 0.35% | - |
| HSV(B) | 129.73º | 0.59% | 0.49% | - |
| XYZ | 9.8 | 16.02 | 7.43 | - |
| YUV | 96.81 | 109.48 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 126 | 64 | 0.59 | 0 | 0.49 | 0.51 | 129.73 | 0.42 | 0.35 |
| Hex | 34 | 7E | 40 | 3B | 0 | 31 | 33 | 82 | 2A | 23 |
| Octal | 64 | 176 | 100 | 73 | 0 | 61 | 63 | 202 | 52 | 43 |
| Binary | 110100 | 1111110 | 1000000 | 111011 | 0 | 110001 | 110011 | 10000010 | 101010 | 100011 |
Color Harmonies of #347E40
Complementary color
Monochromatic Colors of #347E40
Black with #347E40
Text Example
Text Example
White with #347E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347E40; }
p { color: rgb(52,126,64); }
H1.HeaderClassName
{
color: #347E40;
}
.AnyTagClassName
{
color: #347E40;
}
</style>
background-color css
<style>
a { background-color: #347E40; }
a { background-color: rgb(52,126,64); }
div.DivClassName
{
background-color: #347E40;
}
.BgClassName
{
background-color: #347E40;
}
</style>
border-color css
<style>
span { border-color: #347E40; }
span { border-color: rgb(52,126,64); }
td.TdClassName
{
border-color: #347E40;
}
.TagClassName
{
border-color: #347E40;
}
</style>