Shades of Green Kelp #353927
Tints of Green Kelp #353927
RGB
CMYK
RGB Variations
Color information
#353927 (or 0x353927) is known color: Green Kelp. HEX triplet: 35, 39 and 27. RGB value is (53,57,39). Sum of RGB (Red+Green+Blue) = 53+57+39=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 57 (22.66% from 255 or 38.26% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 57 - color contains mainly: green. Hex color #353927 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353927 is #CAC6D8. Grayscale: #353535. Windows color (decimal): -13289177 or 2570549. OLE color: 2570549.
HSL color Cylindrical-coordinate representation of color #353927: hue angle of 73.33º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #353927 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 57 | 39 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.78 |
| HSL | 73.33º | 0.19% | 0.19% | - |
| HSV(B) | 73.33º | 0.32% | 0.22% | - |
| XYZ | 3.3 | 3.83 | 2.48 | - |
| YUV | 53.75 | 119.67 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 39 | 0.07 | 0 | 0.32 | 0.78 | 73.33 | 0.19 | 0.19 |
| Hex | 35 | 39 | 27 | 7 | 0 | 20 | 4E | 49 | 13 | 13 |
| Octal | 65 | 71 | 47 | 7 | 0 | 40 | 116 | 111 | 23 | 23 |
| Binary | 110101 | 111001 | 100111 | 111 | 0 | 100000 | 1001110 | 1001001 | 10011 | 10011 |
Color Harmonies of #353927
Complementary color
Monochromatic Colors of #353927
Black with #353927
Text Example
Text Example
White with #353927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353927; }
p { color: rgb(53,57,39); }
H1.HeaderClassName
{
color: #353927;
}
.AnyTagClassName
{
color: #353927;
}
</style>
background-color css
<style>
a { background-color: #353927; }
a { background-color: rgb(53,57,39); }
div.DivClassName
{
background-color: #353927;
}
.BgClassName
{
background-color: #353927;
}
</style>
border-color css
<style>
span { border-color: #353927; }
span { border-color: rgb(53,57,39); }
td.TdClassName
{
border-color: #353927;
}
.TagClassName
{
border-color: #353927;
}
</style>