Shades of Green Kelp #353726
Tints of Green Kelp #353726
RGB
CMYK
RGB Variations
Color information
#353726 (or 0x353726) is known color: Green Kelp. HEX triplet: 35, 37 and 26. RGB value is (53,55,38). Sum of RGB (Red+Green+Blue) = 53+55+38=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 55 - color contains mainly: green. Hex color #353726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353726 is #CAC8D9. Grayscale: #343434. Windows color (decimal): -13289690 or 2504501. OLE color: 2504501.
HSL color Cylindrical-coordinate representation of color #353726: hue angle of 67.06º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #353726 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 55 | 38 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.78 |
| HSL | 67.06º | 0.18% | 0.18% | - |
| HSV(B) | 67.06º | 0.31% | 0.22% | - |
| XYZ | 3.18 | 3.63 | 2.37 | - |
| YUV | 52.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 38 | 0.04 | 0 | 0.31 | 0.78 | 67.06 | 0.18 | 0.18 |
| Hex | 35 | 37 | 26 | 4 | 0 | 1F | 4E | 43 | 12 | 12 |
| Octal | 65 | 67 | 46 | 4 | 0 | 37 | 116 | 103 | 22 | 22 |
| Binary | 110101 | 110111 | 100110 | 100 | 0 | 11111 | 1001110 | 1000011 | 10010 | 10010 |
Color Harmonies of #353726
Complementary color
Monochromatic Colors of #353726
Black with #353726
Text Example
Text Example
White with #353726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353726; }
p { color: rgb(53,55,38); }
H1.HeaderClassName
{
color: #353726;
}
.AnyTagClassName
{
color: #353726;
}
</style>
background-color css
<style>
a { background-color: #353726; }
a { background-color: rgb(53,55,38); }
div.DivClassName
{
background-color: #353726;
}
.BgClassName
{
background-color: #353726;
}
</style>
border-color css
<style>
span { border-color: #353726; }
span { border-color: rgb(53,55,38); }
td.TdClassName
{
border-color: #353726;
}
.TagClassName
{
border-color: #353726;
}
</style>