Shades of Japanese Laurel #348F37
Tints of Japanese Laurel #348F37
RGB
CMYK
RGB Variations
Color information
#348F37 (or 0x348F37) is known color: Japanese Laurel. HEX triplet: 34, 8F and 37. RGB value is (52,143,55). Sum of RGB (Red+Green+Blue) = 52+143+55=250 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.8% from 250); Green value is 143 (56.25% from 255 or 57.2% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 143 - color contains mainly: green. Hex color #348F37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348F37 is #CB70C8. Grayscale: #6A6A6A. Windows color (decimal): -13332681 or 3641140. OLE color: 3641140.
HSL color Cylindrical-coordinate representation of color #348F37: hue angle of 121.98º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348F37 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 143 | 55 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.44 |
| HSL | 121.98º | 0.47% | 0.38% | - |
| HSV(B) | 121.98º | 0.64% | 0.56% | - |
| XYZ | 11.93 | 20.65 | 6.97 | - |
| YUV | 105.76 | 99.35 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 55 | 0.64 | 0 | 0.62 | 0.44 | 121.98 | 0.47 | 0.38 |
| Hex | 34 | 8F | 37 | 40 | 0 | 3E | 2C | 7A | 2F | 26 |
| Octal | 64 | 217 | 67 | 100 | 0 | 76 | 54 | 172 | 57 | 46 |
| Binary | 110100 | 10001111 | 110111 | 1000000 | 0 | 111110 | 101100 | 1111010 | 101111 | 100110 |
Color Harmonies of #348F37
Complementary color
Monochromatic Colors of #348F37
Black with #348F37
Text Example
Text Example
White with #348F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348F37; }
p { color: rgb(52,143,55); }
H1.HeaderClassName
{
color: #348F37;
}
.AnyTagClassName
{
color: #348F37;
}
</style>
background-color css
<style>
a { background-color: #348F37; }
a { background-color: rgb(52,143,55); }
div.DivClassName
{
background-color: #348F37;
}
.BgClassName
{
background-color: #348F37;
}
</style>
border-color css
<style>
span { border-color: #348F37; }
span { border-color: rgb(52,143,55); }
td.TdClassName
{
border-color: #348F37;
}
.TagClassName
{
border-color: #348F37;
}
</style>