Shades of Japanese Laurel #348A38
Tints of Japanese Laurel #348A38
RGB
CMYK
RGB Variations
Color information
#348A38 (or 0x348A38) is known color: Japanese Laurel. HEX triplet: 34, 8A and 38. RGB value is (52,138,56). Sum of RGB (Red+Green+Blue) = 52+138+56=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 138 (54.30% from 255 or 56.10% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 138 - color contains mainly: green. Hex color #348A38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348A38 is #CB75C7. Grayscale: #676767. Windows color (decimal): -13333960 or 3705396. OLE color: 3705396.
HSL color Cylindrical-coordinate representation of color #348A38: hue angle of 122.79º 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 #348A38 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 138 | 56 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.46 |
| HSL | 122.79º | 0.45% | 0.37% | - |
| HSV(B) | 122.79º | 0.62% | 0.54% | - |
| XYZ | 11.22 | 19.19 | 6.85 | - |
| YUV | 102.94 | 101.51 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 56 | 0.62 | 0 | 0.59 | 0.46 | 122.79 | 0.45 | 0.37 |
| Hex | 34 | 8A | 38 | 3E | 0 | 3B | 2E | 7B | 2D | 25 |
| Octal | 64 | 212 | 70 | 76 | 0 | 73 | 56 | 173 | 55 | 45 |
| Binary | 110100 | 10001010 | 111000 | 111110 | 0 | 111011 | 101110 | 1111011 | 101101 | 100101 |
Color Harmonies of #348A38
Complementary color
Monochromatic Colors of #348A38
Black with #348A38
Text Example
Text Example
White with #348A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348A38; }
p { color: rgb(52,138,56); }
H1.HeaderClassName
{
color: #348A38;
}
.AnyTagClassName
{
color: #348A38;
}
</style>
background-color css
<style>
a { background-color: #348A38; }
a { background-color: rgb(52,138,56); }
div.DivClassName
{
background-color: #348A38;
}
.BgClassName
{
background-color: #348A38;
}
</style>
border-color css
<style>
span { border-color: #348A38; }
span { border-color: rgb(52,138,56); }
td.TdClassName
{
border-color: #348A38;
}
.TagClassName
{
border-color: #348A38;
}
</style>