Shades of Green Kelp #353824
Tints of Green Kelp #353824
RGB
CMYK
RGB Variations
Color information
#353824 (or 0x353824) is known color: Green Kelp. HEX triplet: 35, 38 and 24. RGB value is (53,56,36). Sum of RGB (Red+Green+Blue) = 53+56+36=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 56 (22.27% from 255 or 38.62% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 56 - color contains mainly: green. Hex color #353824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353824 is #CAC7DB. Grayscale: #343434. Windows color (decimal): -13289436 or 2373685. OLE color: 2373685.
HSL color Cylindrical-coordinate representation of color #353824: hue angle of 69º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #353824 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 56 | 36 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.78 |
| HSL | 69º | 0.22% | 0.18% | - |
| HSV(B) | 69º | 0.36% | 0.22% | - |
| XYZ | 3.2 | 3.71 | 2.22 | - |
| YUV | 52.82 | 118.51 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 36 | 0.05 | 0 | 0.36 | 0.78 | 69 | 0.22 | 0.18 |
| Hex | 35 | 38 | 24 | 5 | 0 | 24 | 4E | 45 | 16 | 12 |
| Octal | 65 | 70 | 44 | 5 | 0 | 44 | 116 | 105 | 26 | 22 |
| Binary | 110101 | 111000 | 100100 | 101 | 0 | 100100 | 1001110 | 1000101 | 10110 | 10010 |
Color Harmonies of #353824
Complementary color
Monochromatic Colors of #353824
Black with #353824
Text Example
Text Example
White with #353824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353824; }
p { color: rgb(53,56,36); }
H1.HeaderClassName
{
color: #353824;
}
.AnyTagClassName
{
color: #353824;
}
</style>
background-color css
<style>
a { background-color: #353824; }
a { background-color: rgb(53,56,36); }
div.DivClassName
{
background-color: #353824;
}
.BgClassName
{
background-color: #353824;
}
</style>
border-color css
<style>
span { border-color: #353824; }
span { border-color: rgb(53,56,36); }
td.TdClassName
{
border-color: #353824;
}
.TagClassName
{
border-color: #353824;
}
</style>