Shades of Green Kelp #3A4028
Tints of Green Kelp #3A4028
RGB
CMYK
RGB Variations
Color information
#3A4028 (or 0x3A4028) is known color: Green Kelp. HEX triplet: 3A, 40 and 28. RGB value is (58,64,40). Sum of RGB (Red+Green+Blue) = 58+64+40=162 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.80% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 64 - color contains mainly: green. Hex color #3A4028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4028 is #C5BFD7. Grayscale: #3B3B3B. Windows color (decimal): -12959704 or 2637882. OLE color: 2637882.
HSL color Cylindrical-coordinate representation of color #3A4028: hue angle of 75º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A4028 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 64 | 40 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.75 |
| HSL | 75º | 0.23% | 0.2% | - |
| HSV(B) | 75º | 0.38% | 0.25% | - |
| XYZ | 3.96 | 4.72 | 2.71 | - |
| YUV | 59.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 64 | 40 | 0.09 | 0 | 0.38 | 0.75 | 75 | 0.23 | 0.2 |
| Hex | 3A | 40 | 28 | 9 | 0 | 26 | 4B | 4B | 17 | 14 |
| Octal | 72 | 100 | 50 | 11 | 0 | 46 | 113 | 113 | 27 | 24 |
| Binary | 111010 | 1000000 | 101000 | 1001 | 0 | 100110 | 1001011 | 1001011 | 10111 | 10100 |
Color Harmonies of #3A4028
Complementary color
Monochromatic Colors of #3A4028
Black with #3A4028
Text Example
Text Example
White with #3A4028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4028; }
p { color: rgb(58,64,40); }
H1.HeaderClassName
{
color: #3A4028;
}
.AnyTagClassName
{
color: #3A4028;
}
</style>
background-color css
<style>
a { background-color: #3A4028; }
a { background-color: rgb(58,64,40); }
div.DivClassName
{
background-color: #3A4028;
}
.BgClassName
{
background-color: #3A4028;
}
</style>
border-color css
<style>
span { border-color: #3A4028; }
span { border-color: rgb(58,64,40); }
td.TdClassName
{
border-color: #3A4028;
}
.TagClassName
{
border-color: #3A4028;
}
</style>