Shades of Green Kelp #35372D
Tints of Green Kelp #35372D
RGB
CMYK
RGB Variations
Color information
#35372D (or 0x35372D) is known color: Green Kelp. HEX triplet: 35, 37 and 2D. RGB value is (53,55,45). Sum of RGB (Red+Green+Blue) = 53+55+45=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 55 - color contains mainly: green. Hex color #35372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35372D is #CAC8D2. Grayscale: #353535. Windows color (decimal): -13289683 or 2963253. OLE color: 2963253.
HSL color Cylindrical-coordinate representation of color #35372D: hue angle of 72º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #35372D is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 55 | 45 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.78 |
| HSL | 72º | 0.1% | 0.2% | - |
| HSV(B) | 72º | 0.18% | 0.22% | - |
| XYZ | 3.31 | 3.68 | 3.02 | - |
| YUV | 53.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 45 | 0.04 | 0 | 0.18 | 0.78 | 72 | 0.1 | 0.2 |
| Hex | 35 | 37 | 2D | 4 | 0 | 12 | 4E | 48 | A | 14 |
| Octal | 65 | 67 | 55 | 4 | 0 | 22 | 116 | 110 | 12 | 24 |
| Binary | 110101 | 110111 | 101101 | 100 | 0 | 10010 | 1001110 | 1001000 | 1010 | 10100 |
Color Harmonies of #35372D
Complementary color
Monochromatic Colors of #35372D
Black with #35372D
Text Example
Text Example
White with #35372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35372D; }
p { color: rgb(53,55,45); }
H1.HeaderClassName
{
color: #35372D;
}
.AnyTagClassName
{
color: #35372D;
}
</style>
background-color css
<style>
a { background-color: #35372D; }
a { background-color: rgb(53,55,45); }
div.DivClassName
{
background-color: #35372D;
}
.BgClassName
{
background-color: #35372D;
}
</style>
border-color css
<style>
span { border-color: #35372D; }
span { border-color: rgb(53,55,45); }
td.TdClassName
{
border-color: #35372D;
}
.TagClassName
{
border-color: #35372D;
}
</style>