Shades of Japanese Laurel #348A40
Tints of Japanese Laurel #348A40
RGB
CMYK
RGB Variations
Color information
#348A40 (or 0x348A40) is known color: Japanese Laurel. HEX triplet: 34, 8A and 40. RGB value is (52,138,64). Sum of RGB (Red+Green+Blue) = 52+138+64=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 138 (54.30% from 255 or 54.33% from 254); Blue value is 64 (25.39% from 255 or 25.20% from 254); Max value from RGB is 138 - color contains mainly: green. Hex color #348A40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348A40 is #CB75BF. Grayscale: #686868. Windows color (decimal): -13333952 or 4229684. OLE color: 4229684.
HSL color Cylindrical-coordinate representation of color #348A40: hue angle of 128.37º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348A40 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 138 | 64 | - |
| CMYK | 0.62 | 0 | 0.54 | 0.46 |
| HSL | 128.37º | 0.45% | 0.37% | - |
| HSV(B) | 128.37º | 0.62% | 0.54% | - |
| XYZ | 11.43 | 19.28 | 7.97 | - |
| YUV | 103.85 | 105.51 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 64 | 0.62 | 0 | 0.54 | 0.46 | 128.37 | 0.45 | 0.37 |
| Hex | 34 | 8A | 40 | 3E | 0 | 36 | 2E | 80 | 2D | 25 |
| Octal | 64 | 212 | 100 | 76 | 0 | 66 | 56 | 200 | 55 | 45 |
| Binary | 110100 | 10001010 | 1000000 | 111110 | 0 | 110110 | 101110 | 10000000 | 101101 | 100101 |
Color Harmonies of #348A40
Complementary color
Monochromatic Colors of #348A40
Black with #348A40
Text Example
Text Example
White with #348A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348A40; }
p { color: rgb(52,138,64); }
H1.HeaderClassName
{
color: #348A40;
}
.AnyTagClassName
{
color: #348A40;
}
</style>
background-color css
<style>
a { background-color: #348A40; }
a { background-color: rgb(52,138,64); }
div.DivClassName
{
background-color: #348A40;
}
.BgClassName
{
background-color: #348A40;
}
</style>
border-color css
<style>
span { border-color: #348A40; }
span { border-color: rgb(52,138,64); }
td.TdClassName
{
border-color: #348A40;
}
.TagClassName
{
border-color: #348A40;
}
</style>