Shades of Japanese Laurel #348A41
Tints of Japanese Laurel #348A41
RGB
CMYK
RGB Variations
Color information
#348A41 (or 0x348A41) is known color: Japanese Laurel. HEX triplet: 34, 8A and 41. RGB value is (52,138,65). Sum of RGB (Red+Green+Blue) = 52+138+65=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 138 (54.30% from 255 or 54.12% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 138 - color contains mainly: green. Hex color #348A41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348A41 is #CB75BE. Grayscale: #686868. Windows color (decimal): -13333951 or 4295220. OLE color: 4295220.
HSL color Cylindrical-coordinate representation of color #348A41: hue angle of 129.07º 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 #348A41 is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 138 | 65 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.46 |
| HSL | 129.07º | 0.45% | 0.37% | - |
| HSV(B) | 129.07º | 0.62% | 0.54% | - |
| XYZ | 11.46 | 19.29 | 8.12 | - |
| YUV | 103.96 | 106.01 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 65 | 0.62 | 0 | 0.53 | 0.46 | 129.07 | 0.45 | 0.37 |
| Hex | 34 | 8A | 41 | 3E | 0 | 35 | 2E | 81 | 2D | 25 |
| Octal | 64 | 212 | 101 | 76 | 0 | 65 | 56 | 201 | 55 | 45 |
| Binary | 110100 | 10001010 | 1000001 | 111110 | 0 | 110101 | 101110 | 10000001 | 101101 | 100101 |
Color Harmonies of #348A41
Complementary color
Monochromatic Colors of #348A41
Black with #348A41
Text Example
Text Example
White with #348A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348A41; }
p { color: rgb(52,138,65); }
H1.HeaderClassName
{
color: #348A41;
}
.AnyTagClassName
{
color: #348A41;
}
</style>
background-color css
<style>
a { background-color: #348A41; }
a { background-color: rgb(52,138,65); }
div.DivClassName
{
background-color: #348A41;
}
.BgClassName
{
background-color: #348A41;
}
</style>
border-color css
<style>
span { border-color: #348A41; }
span { border-color: rgb(52,138,65); }
td.TdClassName
{
border-color: #348A41;
}
.TagClassName
{
border-color: #348A41;
}
</style>