Shades of Japanese Laurel #358A40
Tints of Japanese Laurel #358A40
RGB
CMYK
RGB Variations
Color information
#358A40 (or 0x358A40) is known color: Japanese Laurel. HEX triplet: 35, 8A and 40. RGB value is (53,138,64). Sum of RGB (Red+Green+Blue) = 53+138+64=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 138 (54.30% from 255 or 54.12% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 138 - color contains mainly: green. Hex color #358A40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358A40 is #CA75BF. Grayscale: #686868. Windows color (decimal): -13268416 or 4229685. OLE color: 4229685.
HSL color Cylindrical-coordinate representation of color #358A40: hue angle of 127.76º 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 #358A40 is Cyan = 0.62, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 53 | 138 | 64 | - |
| CMYK | 0.62 | 0 | 0.54 | 0.46 |
| HSL | 127.76º | 0.45% | 0.37% | - |
| HSV(B) | 127.76º | 0.62% | 0.54% | - |
| XYZ | 11.48 | 19.3 | 7.97 | - |
| YUV | 104.15 | 105.34 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 138 | 64 | 0.62 | 0 | 0.54 | 0.46 | 127.76 | 0.45 | 0.37 |
| Hex | 35 | 8A | 40 | 3E | 0 | 36 | 2E | 80 | 2D | 25 |
| Octal | 65 | 212 | 100 | 76 | 0 | 66 | 56 | 200 | 55 | 45 |
| Binary | 110101 | 10001010 | 1000000 | 111110 | 0 | 110110 | 101110 | 10000000 | 101101 | 100101 |
Color Harmonies of #358A40
Complementary color
Monochromatic Colors of #358A40
Black with #358A40
Text Example
Text Example
White with #358A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358A40; }
p { color: rgb(53,138,64); }
H1.HeaderClassName
{
color: #358A40;
}
.AnyTagClassName
{
color: #358A40;
}
</style>
background-color css
<style>
a { background-color: #358A40; }
a { background-color: rgb(53,138,64); }
div.DivClassName
{
background-color: #358A40;
}
.BgClassName
{
background-color: #358A40;
}
</style>
border-color css
<style>
span { border-color: #358A40; }
span { border-color: rgb(53,138,64); }
td.TdClassName
{
border-color: #358A40;
}
.TagClassName
{
border-color: #358A40;
}
</style>