Shades of Green Kelp #353925
Tints of Green Kelp #353925
RGB
CMYK
RGB Variations
Color information
#353925 (or 0x353925) is known color: Green Kelp. HEX triplet: 35, 39 and 25. RGB value is (53,57,37). Sum of RGB (Red+Green+Blue) = 53+57+37=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 57 - color contains mainly: green. Hex color #353925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353925 is #CAC6DA. Grayscale: #353535. Windows color (decimal): -13289179 or 2439477. OLE color: 2439477.
HSL color Cylindrical-coordinate representation of color #353925: hue angle of 72º degrees, saturation: 0.21, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #353925 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 57 | 37 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.78 |
| HSL | 72º | 0.21% | 0.18% | - |
| HSV(B) | 72º | 0.35% | 0.22% | - |
| XYZ | 3.27 | 3.82 | 2.31 | - |
| YUV | 53.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 37 | 0.07 | 0 | 0.35 | 0.78 | 72 | 0.21 | 0.18 |
| Hex | 35 | 39 | 25 | 7 | 0 | 23 | 4E | 48 | 15 | 12 |
| Octal | 65 | 71 | 45 | 7 | 0 | 43 | 116 | 110 | 25 | 22 |
| Binary | 110101 | 111001 | 100101 | 111 | 0 | 100011 | 1001110 | 1001000 | 10101 | 10010 |
Color Harmonies of #353925
Complementary color
Monochromatic Colors of #353925
Black with #353925
Text Example
Text Example
White with #353925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353925; }
p { color: rgb(53,57,37); }
H1.HeaderClassName
{
color: #353925;
}
.AnyTagClassName
{
color: #353925;
}
</style>
background-color css
<style>
a { background-color: #353925; }
a { background-color: rgb(53,57,37); }
div.DivClassName
{
background-color: #353925;
}
.BgClassName
{
background-color: #353925;
}
</style>
border-color css
<style>
span { border-color: #353925; }
span { border-color: rgb(53,57,37); }
td.TdClassName
{
border-color: #353925;
}
.TagClassName
{
border-color: #353925;
}
</style>