Shades of Japanese Laurel #358E41
Tints of Japanese Laurel #358E41
RGB
CMYK
RGB Variations
Color information
#358E41 (or 0x358E41) is known color: Japanese Laurel. HEX triplet: 35, 8E and 41. RGB value is (53,142,65). Sum of RGB (Red+Green+Blue) = 53+142+65=260 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.38% from 260); Green value is 142 (55.86% from 255 or 54.62% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 142 - color contains mainly: green. Hex color #358E41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358E41 is #CA71BE. Grayscale: #6A6A6A. Windows color (decimal): -13267391 or 4296245. OLE color: 4296245.
HSL color Cylindrical-coordinate representation of color #358E41: hue angle of 128.09º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358E41 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 142 | 65 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.44 |
| HSL | 128.09º | 0.46% | 0.38% | - |
| HSV(B) | 128.09º | 0.63% | 0.56% | - |
| XYZ | 12.1 | 20.48 | 8.32 | - |
| YUV | 106.61 | 104.51 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 142 | 65 | 0.63 | 0 | 0.54 | 0.44 | 128.09 | 0.46 | 0.38 |
| Hex | 35 | 8E | 41 | 3F | 0 | 36 | 2C | 80 | 2E | 26 |
| Octal | 65 | 216 | 101 | 77 | 0 | 66 | 54 | 200 | 56 | 46 |
| Binary | 110101 | 10001110 | 1000001 | 111111 | 0 | 110110 | 101100 | 10000000 | 101110 | 100110 |
Color Harmonies of #358E41
Complementary color
Monochromatic Colors of #358E41
Black with #358E41
Text Example
Text Example
White with #358E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358E41; }
p { color: rgb(53,142,65); }
H1.HeaderClassName
{
color: #358E41;
}
.AnyTagClassName
{
color: #358E41;
}
</style>
background-color css
<style>
a { background-color: #358E41; }
a { background-color: rgb(53,142,65); }
div.DivClassName
{
background-color: #358E41;
}
.BgClassName
{
background-color: #358E41;
}
</style>
border-color css
<style>
span { border-color: #358E41; }
span { border-color: rgb(53,142,65); }
td.TdClassName
{
border-color: #358E41;
}
.TagClassName
{
border-color: #358E41;
}
</style>