Shades of Japanese Laurel #347D3C
Tints of Japanese Laurel #347D3C
RGB
CMYK
RGB Variations
Color information
#347D3C (or 0x347D3C) is known color: Japanese Laurel. HEX triplet: 34, 7D and 3C. RGB value is (52,125,60). Sum of RGB (Red+Green+Blue) = 52+125+60=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 125 (49.22% from 255 or 52.74% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 125 - color contains mainly: green. Hex color #347D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347D3C is #CB82C3. Grayscale: #5F5F5F. Windows color (decimal): -13337284 or 3964212. OLE color: 3964212.
HSL color Cylindrical-coordinate representation of color #347D3C: hue angle of 126.58º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347D3C is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 52 | 125 | 60 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.51 |
| HSL | 126.58º | 0.41% | 0.35% | - |
| HSV(B) | 126.58º | 0.58% | 0.49% | - |
| XYZ | 9.57 | 15.72 | 6.81 | - |
| YUV | 95.76 | 107.82 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 125 | 60 | 0.58 | 0 | 0.52 | 0.51 | 126.58 | 0.41 | 0.35 |
| Hex | 34 | 7D | 3C | 3A | 0 | 34 | 33 | 7F | 29 | 23 |
| Octal | 64 | 175 | 74 | 72 | 0 | 64 | 63 | 177 | 51 | 43 |
| Binary | 110100 | 1111101 | 111100 | 111010 | 0 | 110100 | 110011 | 1111111 | 101001 | 100011 |
Color Harmonies of #347D3C
Complementary color
Monochromatic Colors of #347D3C
Black with #347D3C
Text Example
Text Example
White with #347D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347D3C; }
p { color: rgb(52,125,60); }
H1.HeaderClassName
{
color: #347D3C;
}
.AnyTagClassName
{
color: #347D3C;
}
</style>
background-color css
<style>
a { background-color: #347D3C; }
a { background-color: rgb(52,125,60); }
div.DivClassName
{
background-color: #347D3C;
}
.BgClassName
{
background-color: #347D3C;
}
</style>
border-color css
<style>
span { border-color: #347D3C; }
span { border-color: rgb(52,125,60); }
td.TdClassName
{
border-color: #347D3C;
}
.TagClassName
{
border-color: #347D3C;
}
</style>