Shades of Japanese Laurel #347B3F
Tints of Japanese Laurel #347B3F
RGB
CMYK
RGB Variations
Color information
#347B3F (or 0x347B3F) is known color: Japanese Laurel. HEX triplet: 34, 7B and 3F. RGB value is (52,123,63). Sum of RGB (Red+Green+Blue) = 52+123+63=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 123 (48.44% from 255 or 51.68% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 123 - color contains mainly: green. Hex color #347B3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #347B3F is #CB84C0. Grayscale: #5F5F5F. Windows color (decimal): -13337793 or 4160308. OLE color: 4160308.
HSL color Cylindrical-coordinate representation of color #347B3F: hue angle of 129.3º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347B3F is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 52 | 123 | 63 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.52 |
| HSL | 129.3º | 0.41% | 0.34% | - |
| HSV(B) | 129.3º | 0.58% | 0.48% | - |
| XYZ | 9.4 | 15.25 | 7.15 | - |
| YUV | 94.93 | 109.98 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 123 | 63 | 0.58 | 0 | 0.49 | 0.52 | 129.3 | 0.41 | 0.34 |
| Hex | 34 | 7B | 3F | 3A | 0 | 31 | 34 | 81 | 29 | 22 |
| Octal | 64 | 173 | 77 | 72 | 0 | 61 | 64 | 201 | 51 | 42 |
| Binary | 110100 | 1111011 | 111111 | 111010 | 0 | 110001 | 110100 | 10000001 | 101001 | 100010 |
Color Harmonies of #347B3F
Complementary color
Monochromatic Colors of #347B3F
Black with #347B3F
Text Example
Text Example
White with #347B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347B3F; }
p { color: rgb(52,123,63); }
H1.HeaderClassName
{
color: #347B3F;
}
.AnyTagClassName
{
color: #347B3F;
}
</style>
background-color css
<style>
a { background-color: #347B3F; }
a { background-color: rgb(52,123,63); }
div.DivClassName
{
background-color: #347B3F;
}
.BgClassName
{
background-color: #347B3F;
}
</style>
border-color css
<style>
span { border-color: #347B3F; }
span { border-color: rgb(52,123,63); }
td.TdClassName
{
border-color: #347B3F;
}
.TagClassName
{
border-color: #347B3F;
}
</style>