Shades of Japanese Laurel #348B43
Tints of Japanese Laurel #348B43
RGB
CMYK
RGB Variations
Color information
#348B43 (or 0x348B43) is known color: Japanese Laurel. HEX triplet: 34, 8B and 43. RGB value is (52,139,67). Sum of RGB (Red+Green+Blue) = 52+139+67=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 139 (54.69% from 255 or 53.88% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 139 - color contains mainly: green. Hex color #348B43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348B43 is #CB74BC. Grayscale: #686868. Windows color (decimal): -13333693 or 4426548. OLE color: 4426548.
HSL color Cylindrical-coordinate representation of color #348B43: hue angle of 130.34º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348B43 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 52 | 139 | 67 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.45 |
| HSL | 130.34º | 0.46% | 0.37% | - |
| HSV(B) | 130.34º | 0.63% | 0.55% | - |
| XYZ | 11.66 | 19.6 | 8.48 | - |
| YUV | 104.78 | 106.68 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 67 | 0.63 | 0 | 0.52 | 0.45 | 130.34 | 0.46 | 0.37 |
| Hex | 34 | 8B | 43 | 3F | 0 | 34 | 2D | 82 | 2E | 25 |
| Octal | 64 | 213 | 103 | 77 | 0 | 64 | 55 | 202 | 56 | 45 |
| Binary | 110100 | 10001011 | 1000011 | 111111 | 0 | 110100 | 101101 | 10000010 | 101110 | 100101 |
Color Harmonies of #348B43
Complementary color
Monochromatic Colors of #348B43
Black with #348B43
Text Example
Text Example
White with #348B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348B43; }
p { color: rgb(52,139,67); }
H1.HeaderClassName
{
color: #348B43;
}
.AnyTagClassName
{
color: #348B43;
}
</style>
background-color css
<style>
a { background-color: #348B43; }
a { background-color: rgb(52,139,67); }
div.DivClassName
{
background-color: #348B43;
}
.BgClassName
{
background-color: #348B43;
}
</style>
border-color css
<style>
span { border-color: #348B43; }
span { border-color: rgb(52,139,67); }
td.TdClassName
{
border-color: #348B43;
}
.TagClassName
{
border-color: #348B43;
}
</style>