Shades of Green Kelp #353631
Tints of Green Kelp #353631
RGB
CMYK
RGB Variations
Color information
#353631 (or 0x353631) is known color: Green Kelp. HEX triplet: 35, 36 and 31. RGB value is (53,54,49). Sum of RGB (Red+Green+Blue) = 53+54+49=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 54 - color contains mainly: green. Hex color #353631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353631 is #CAC9CE. Grayscale: #353535. Windows color (decimal): -13289935 or 3225141. OLE color: 3225141.
HSL color Cylindrical-coordinate representation of color #353631: hue angle of 72º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #353631 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 54 | 49 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.79 |
| HSL | 72º | 0.05% | 0.2% | - |
| HSV(B) | 72º | 0.09% | 0.21% | - |
| XYZ | 3.34 | 3.62 | 3.43 | - |
| YUV | 53.13 | 125.67 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 49 | 0.02 | 0 | 0.09 | 0.79 | 72 | 0.05 | 0.2 |
| Hex | 35 | 36 | 31 | 2 | 0 | 9 | 4F | 48 | 5 | 14 |
| Octal | 65 | 66 | 61 | 2 | 0 | 11 | 117 | 110 | 5 | 24 |
| Binary | 110101 | 110110 | 110001 | 10 | 0 | 1001 | 1001111 | 1001000 | 101 | 10100 |
Color Harmonies of #353631
Complementary color
Monochromatic Colors of #353631
Black with #353631
Text Example
Text Example
White with #353631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353631; }
p { color: rgb(53,54,49); }
H1.HeaderClassName
{
color: #353631;
}
.AnyTagClassName
{
color: #353631;
}
</style>
background-color css
<style>
a { background-color: #353631; }
a { background-color: rgb(53,54,49); }
div.DivClassName
{
background-color: #353631;
}
.BgClassName
{
background-color: #353631;
}
</style>
border-color css
<style>
span { border-color: #353631; }
span { border-color: rgb(53,54,49); }
td.TdClassName
{
border-color: #353631;
}
.TagClassName
{
border-color: #353631;
}
</style>