Shades of Green Kelp #353924
Tints of Green Kelp #353924
RGB
CMYK
RGB Variations
Color information
#353924 (or 0x353924) is known color: Green Kelp. HEX triplet: 35, 39 and 24. RGB value is (53,57,36). Sum of RGB (Red+Green+Blue) = 53+57+36=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 57 (22.66% from 255 or 39.04% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 57 - color contains mainly: green. Hex color #353924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353924 is #CAC6DB. Grayscale: #353535. Windows color (decimal): -13289180 or 2373941. OLE color: 2373941.
HSL color Cylindrical-coordinate representation of color #353924: hue angle of 71.43º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #353924 is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 57 | 36 | - |
| CMYK | 0.07 | 0 | 0.37 | 0.78 |
| HSL | 71.43º | 0.23% | 0.18% | - |
| HSV(B) | 71.43º | 0.37% | 0.22% | - |
| XYZ | 3.25 | 3.81 | 2.23 | - |
| YUV | 53.41 | 118.17 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 36 | 0.07 | 0 | 0.37 | 0.78 | 71.43 | 0.23 | 0.18 |
| Hex | 35 | 39 | 24 | 7 | 0 | 25 | 4E | 47 | 17 | 12 |
| Octal | 65 | 71 | 44 | 7 | 0 | 45 | 116 | 107 | 27 | 22 |
| Binary | 110101 | 111001 | 100100 | 111 | 0 | 100101 | 1001110 | 1000111 | 10111 | 10010 |
Color Harmonies of #353924
Complementary color
Monochromatic Colors of #353924
Black with #353924
Text Example
Text Example
White with #353924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353924; }
p { color: rgb(53,57,36); }
H1.HeaderClassName
{
color: #353924;
}
.AnyTagClassName
{
color: #353924;
}
</style>
background-color css
<style>
a { background-color: #353924; }
a { background-color: rgb(53,57,36); }
div.DivClassName
{
background-color: #353924;
}
.BgClassName
{
background-color: #353924;
}
</style>
border-color css
<style>
span { border-color: #353924; }
span { border-color: rgb(53,57,36); }
td.TdClassName
{
border-color: #353924;
}
.TagClassName
{
border-color: #353924;
}
</style>