Shades of Green Kelp #353826
Tints of Green Kelp #353826
RGB
CMYK
RGB Variations
Color information
#353826 (or 0x353826) is known color: Green Kelp. HEX triplet: 35, 38 and 26. RGB value is (53,56,38). Sum of RGB (Red+Green+Blue) = 53+56+38=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 56 - color contains mainly: green. Hex color #353826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353826 is #CAC7D9. Grayscale: #353535. Windows color (decimal): -13289434 or 2504757. OLE color: 2504757.
HSL color Cylindrical-coordinate representation of color #353826: hue angle of 70º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #353826 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 56 | 38 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.78 |
| HSL | 70º | 0.19% | 0.18% | - |
| HSV(B) | 70º | 0.32% | 0.22% | - |
| XYZ | 3.23 | 3.73 | 2.38 | - |
| YUV | 53.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 38 | 0.05 | 0 | 0.32 | 0.78 | 70 | 0.19 | 0.18 |
| Hex | 35 | 38 | 26 | 5 | 0 | 20 | 4E | 46 | 13 | 12 |
| Octal | 65 | 70 | 46 | 5 | 0 | 40 | 116 | 106 | 23 | 22 |
| Binary | 110101 | 111000 | 100110 | 101 | 0 | 100000 | 1001110 | 1000110 | 10011 | 10010 |
Color Harmonies of #353826
Complementary color
Monochromatic Colors of #353826
Black with #353826
Text Example
Text Example
White with #353826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353826; }
p { color: rgb(53,56,38); }
H1.HeaderClassName
{
color: #353826;
}
.AnyTagClassName
{
color: #353826;
}
</style>
background-color css
<style>
a { background-color: #353826; }
a { background-color: rgb(53,56,38); }
div.DivClassName
{
background-color: #353826;
}
.BgClassName
{
background-color: #353826;
}
</style>
border-color css
<style>
span { border-color: #353826; }
span { border-color: rgb(53,56,38); }
td.TdClassName
{
border-color: #353826;
}
.TagClassName
{
border-color: #353826;
}
</style>