Shades of Green Kelp #353828
Tints of Green Kelp #353828
RGB
CMYK
RGB Variations
Color information
#353828 (or 0x353828) is known color: Green Kelp. HEX triplet: 35, 38 and 28. RGB value is (53,56,40). Sum of RGB (Red+Green+Blue) = 53+56+40=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 56 - color contains mainly: green. Hex color #353828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353828 is #CAC7D7. Grayscale: #353535. Windows color (decimal): -13289432 or 2635829. OLE color: 2635829.
HSL color Cylindrical-coordinate representation of color #353828: hue angle of 71.25º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #353828 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 56 | 40 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.78 |
| HSL | 71.25º | 0.17% | 0.19% | - |
| HSV(B) | 71.25º | 0.29% | 0.22% | - |
| XYZ | 3.27 | 3.74 | 2.56 | - |
| YUV | 53.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 40 | 0.05 | 0 | 0.29 | 0.78 | 71.25 | 0.17 | 0.19 |
| Hex | 35 | 38 | 28 | 5 | 0 | 1D | 4E | 47 | 11 | 13 |
| Octal | 65 | 70 | 50 | 5 | 0 | 35 | 116 | 107 | 21 | 23 |
| Binary | 110101 | 111000 | 101000 | 101 | 0 | 11101 | 1001110 | 1000111 | 10001 | 10011 |
Color Harmonies of #353828
Complementary color
Monochromatic Colors of #353828
Black with #353828
Text Example
Text Example
White with #353828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353828; }
p { color: rgb(53,56,40); }
H1.HeaderClassName
{
color: #353828;
}
.AnyTagClassName
{
color: #353828;
}
</style>
background-color css
<style>
a { background-color: #353828; }
a { background-color: rgb(53,56,40); }
div.DivClassName
{
background-color: #353828;
}
.BgClassName
{
background-color: #353828;
}
</style>
border-color css
<style>
span { border-color: #353828; }
span { border-color: rgb(53,56,40); }
td.TdClassName
{
border-color: #353828;
}
.TagClassName
{
border-color: #353828;
}
</style>