Shades of Green Kelp #404321
Tints of Green Kelp #404321
RGB
CMYK
RGB Variations
Color information
#404321 (or 0x404321) is known color: Green Kelp. HEX triplet: 40, 43 and 21. RGB value is (64,67,33). Sum of RGB (Red+Green+Blue) = 64+67+33=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 67 - color contains mainly: green. Hex color #404321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404321 is #BFBCDE. Grayscale: #3E3E3E. Windows color (decimal): -12565727 or 2179904. OLE color: 2179904.
HSL color Cylindrical-coordinate representation of color #404321: hue angle of 65.29º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #404321 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 67 | 33 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.74 |
| HSL | 65.29º | 0.34% | 0.2% | - |
| HSV(B) | 65.29º | 0.51% | 0.26% | - |
| XYZ | 4.4 | 5.21 | 2.21 | - |
| YUV | 62.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 33 | 0.04 | 0 | 0.51 | 0.74 | 65.29 | 0.34 | 0.2 |
| Hex | 40 | 43 | 21 | 4 | 0 | 33 | 4A | 41 | 22 | 14 |
| Octal | 100 | 103 | 41 | 4 | 0 | 63 | 112 | 101 | 42 | 24 |
| Binary | 1000000 | 1000011 | 100001 | 100 | 0 | 110011 | 1001010 | 1000001 | 100010 | 10100 |
Color Harmonies of #404321
Complementary color
Monochromatic Colors of #404321
Black with #404321
Text Example
Text Example
White with #404321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404321; }
p { color: rgb(64,67,33); }
H1.HeaderClassName
{
color: #404321;
}
.AnyTagClassName
{
color: #404321;
}
</style>
background-color css
<style>
a { background-color: #404321; }
a { background-color: rgb(64,67,33); }
div.DivClassName
{
background-color: #404321;
}
.BgClassName
{
background-color: #404321;
}
</style>
border-color css
<style>
span { border-color: #404321; }
span { border-color: rgb(64,67,33); }
td.TdClassName
{
border-color: #404321;
}
.TagClassName
{
border-color: #404321;
}
</style>