Shades of Green Kelp #414420
Tints of Green Kelp #414420
RGB
CMYK
RGB Variations
Color information
#414420 (or 0x414420) is known color: Green Kelp. HEX triplet: 41, 44 and 20. RGB value is (65,68,32). Sum of RGB (Red+Green+Blue) = 65+68+32=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 68 (26.95% from 255 or 41.21% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 68 - color contains mainly: green. Hex color #414420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414420 is #BEBBDF. Grayscale: #3F3F3F. Windows color (decimal): -12499936 or 2114625. OLE color: 2114625.
HSL color Cylindrical-coordinate representation of color #414420: hue angle of 65º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #414420 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 65 | 68 | 32 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.73 |
| HSL | 65º | 0.36% | 0.2% | - |
| HSV(B) | 65º | 0.53% | 0.27% | - |
| XYZ | 4.51 | 5.36 | 2.16 | - |
| YUV | 63 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 68 | 32 | 0.04 | 0 | 0.53 | 0.73 | 65 | 0.36 | 0.2 |
| Hex | 41 | 44 | 20 | 4 | 0 | 35 | 49 | 41 | 24 | 14 |
| Octal | 101 | 104 | 40 | 4 | 0 | 65 | 111 | 101 | 44 | 24 |
| Binary | 1000001 | 1000100 | 100000 | 100 | 0 | 110101 | 1001001 | 1000001 | 100100 | 10100 |
Color Harmonies of #414420
Complementary color
Monochromatic Colors of #414420
Black with #414420
Text Example
Text Example
White with #414420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414420; }
p { color: rgb(65,68,32); }
H1.HeaderClassName
{
color: #414420;
}
.AnyTagClassName
{
color: #414420;
}
</style>
background-color css
<style>
a { background-color: #414420; }
a { background-color: rgb(65,68,32); }
div.DivClassName
{
background-color: #414420;
}
.BgClassName
{
background-color: #414420;
}
</style>
border-color css
<style>
span { border-color: #414420; }
span { border-color: rgb(65,68,32); }
td.TdClassName
{
border-color: #414420;
}
.TagClassName
{
border-color: #414420;
}
</style>