Shades of Japanese Laurel #358241
Tints of Japanese Laurel #358241
RGB
CMYK
RGB Variations
Color information
#358241 (or 0x358241) is known color: Japanese Laurel. HEX triplet: 35, 82 and 41. RGB value is (53,130,65). Sum of RGB (Red+Green+Blue) = 53+130+65=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 130 (51.17% from 255 or 52.42% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 130 - color contains mainly: green. Hex color #358241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358241 is #CA7DBE. Grayscale: #636363. Windows color (decimal): -13270463 or 4293173. OLE color: 4293173.
HSL color Cylindrical-coordinate representation of color #358241: hue angle of 129.35º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358241 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 130 | 65 | - |
| CMYK | 0.59 | 0 | 0.50 | 0.49 |
| HSL | 129.35º | 0.42% | 0.36% | - |
| HSV(B) | 129.35º | 0.59% | 0.51% | - |
| XYZ | 10.4 | 17.1 | 7.75 | - |
| YUV | 99.57 | 108.49 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 130 | 65 | 0.59 | 0 | 0.50 | 0.49 | 129.35 | 0.42 | 0.36 |
| Hex | 35 | 82 | 41 | 3B | 0 | 32 | 31 | 81 | 2A | 24 |
| Octal | 65 | 202 | 101 | 73 | 0 | 62 | 61 | 201 | 52 | 44 |
| Binary | 110101 | 10000010 | 1000001 | 111011 | 0 | 110010 | 110001 | 10000001 | 101010 | 100100 |
Color Harmonies of #358241
Complementary color
Monochromatic Colors of #358241
Black with #358241
Text Example
Text Example
White with #358241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358241; }
p { color: rgb(53,130,65); }
H1.HeaderClassName
{
color: #358241;
}
.AnyTagClassName
{
color: #358241;
}
</style>
background-color css
<style>
a { background-color: #358241; }
a { background-color: rgb(53,130,65); }
div.DivClassName
{
background-color: #358241;
}
.BgClassName
{
background-color: #358241;
}
</style>
border-color css
<style>
span { border-color: #358241; }
span { border-color: rgb(53,130,65); }
td.TdClassName
{
border-color: #358241;
}
.TagClassName
{
border-color: #358241;
}
</style>