Shades of Japanese Laurel #358F36
Tints of Japanese Laurel #358F36
RGB
CMYK
RGB Variations
Color information
#358F36 (or 0x358F36) is known color: Japanese Laurel. HEX triplet: 35, 8F and 36. RGB value is (53,143,54). Sum of RGB (Red+Green+Blue) = 53+143+54=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 143 (56.25% from 255 or 57.2% from 250); Blue value is 54 (21.48% from 255 or 21.6% from 250); Max value from RGB is 143 - color contains mainly: green. Hex color #358F36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358F36 is #CA70C9. Grayscale: #6A6A6A. Windows color (decimal): -13267146 or 3575605. OLE color: 3575605.
HSL color Cylindrical-coordinate representation of color #358F36: hue angle of 120.67º 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 #358F36 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 143 | 54 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.44 |
| HSL | 120.67º | 0.46% | 0.38% | - |
| HSV(B) | 120.67º | 0.63% | 0.56% | - |
| XYZ | 11.96 | 20.67 | 6.85 | - |
| YUV | 105.94 | 98.68 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 143 | 54 | 0.63 | 0 | 0.62 | 0.44 | 120.67 | 0.46 | 0.38 |
| Hex | 35 | 8F | 36 | 3F | 0 | 3E | 2C | 79 | 2E | 26 |
| Octal | 65 | 217 | 66 | 77 | 0 | 76 | 54 | 171 | 56 | 46 |
| Binary | 110101 | 10001111 | 110110 | 111111 | 0 | 111110 | 101100 | 1111001 | 101110 | 100110 |
Color Harmonies of #358F36
Complementary color
Monochromatic Colors of #358F36
Black with #358F36
Text Example
Text Example
White with #358F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358F36; }
p { color: rgb(53,143,54); }
H1.HeaderClassName
{
color: #358F36;
}
.AnyTagClassName
{
color: #358F36;
}
</style>
background-color css
<style>
a { background-color: #358F36; }
a { background-color: rgb(53,143,54); }
div.DivClassName
{
background-color: #358F36;
}
.BgClassName
{
background-color: #358F36;
}
</style>
border-color css
<style>
span { border-color: #358F36; }
span { border-color: rgb(53,143,54); }
td.TdClassName
{
border-color: #358F36;
}
.TagClassName
{
border-color: #358F36;
}
</style>