Shades of Green Kelp #404426
Tints of Green Kelp #404426
RGB
CMYK
RGB Variations
Color information
#404426 (or 0x404426) is known color: Green Kelp. HEX triplet: 40, 44 and 26. RGB value is (64,68,38). Sum of RGB (Red+Green+Blue) = 64+68+38=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 68 - color contains mainly: green. Hex color #404426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404426 is #BFBBD9. Grayscale: #3F3F3F. Windows color (decimal): -12565466 or 2507840. OLE color: 2507840.
HSL color Cylindrical-coordinate representation of color #404426: hue angle of 68º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #404426 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 64 | 68 | 38 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.73 |
| HSL | 68º | 0.28% | 0.21% | - |
| HSV(B) | 68º | 0.44% | 0.27% | - |
| XYZ | 4.53 | 5.36 | 2.63 | - |
| YUV | 63.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 38 | 0.06 | 0 | 0.44 | 0.73 | 68 | 0.28 | 0.21 |
| Hex | 40 | 44 | 26 | 6 | 0 | 2C | 49 | 44 | 1C | 15 |
| Octal | 100 | 104 | 46 | 6 | 0 | 54 | 111 | 104 | 34 | 25 |
| Binary | 1000000 | 1000100 | 100110 | 110 | 0 | 101100 | 1001001 | 1000100 | 11100 | 10101 |
Color Harmonies of #404426
Complementary color
Monochromatic Colors of #404426
Black with #404426
Text Example
Text Example
White with #404426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404426; }
p { color: rgb(64,68,38); }
H1.HeaderClassName
{
color: #404426;
}
.AnyTagClassName
{
color: #404426;
}
</style>
background-color css
<style>
a { background-color: #404426; }
a { background-color: rgb(64,68,38); }
div.DivClassName
{
background-color: #404426;
}
.BgClassName
{
background-color: #404426;
}
</style>
border-color css
<style>
span { border-color: #404426; }
span { border-color: rgb(64,68,38); }
td.TdClassName
{
border-color: #404426;
}
.TagClassName
{
border-color: #404426;
}
</style>