Shades of Japanese Laurel #358C36
Tints of Japanese Laurel #358C36
RGB
CMYK
RGB Variations
Color information
#358C36 (or 0x358C36) is known color: Japanese Laurel. HEX triplet: 35, 8C and 36. RGB value is (53,140,54). Sum of RGB (Red+Green+Blue) = 53+140+54=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 140 (55.08% from 255 or 56.68% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 140 - color contains mainly: green. Hex color #358C36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358C36 is #CA73C9. Grayscale: #686868. Windows color (decimal): -13267914 or 3574837. OLE color: 3574837.
HSL color Cylindrical-coordinate representation of color #358C36: hue angle of 120.69º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358C36 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 140 | 54 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.45 |
| HSL | 120.69º | 0.45% | 0.38% | - |
| HSV(B) | 120.69º | 0.62% | 0.55% | - |
| XYZ | 11.51 | 19.78 | 6.7 | - |
| YUV | 104.18 | 99.68 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 140 | 54 | 0.62 | 0 | 0.61 | 0.45 | 120.69 | 0.45 | 0.38 |
| Hex | 35 | 8C | 36 | 3E | 0 | 3D | 2D | 79 | 2D | 26 |
| Octal | 65 | 214 | 66 | 76 | 0 | 75 | 55 | 171 | 55 | 46 |
| Binary | 110101 | 10001100 | 110110 | 111110 | 0 | 111101 | 101101 | 1111001 | 101101 | 100110 |
Color Harmonies of #358C36
Complementary color
Monochromatic Colors of #358C36
Black with #358C36
Text Example
Text Example
White with #358C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358C36; }
p { color: rgb(53,140,54); }
H1.HeaderClassName
{
color: #358C36;
}
.AnyTagClassName
{
color: #358C36;
}
</style>
background-color css
<style>
a { background-color: #358C36; }
a { background-color: rgb(53,140,54); }
div.DivClassName
{
background-color: #358C36;
}
.BgClassName
{
background-color: #358C36;
}
</style>
border-color css
<style>
span { border-color: #358C36; }
span { border-color: rgb(53,140,54); }
td.TdClassName
{
border-color: #358C36;
}
.TagClassName
{
border-color: #358C36;
}
</style>