Shades of Green Kelp #3B4028
Tints of Green Kelp #3B4028
RGB
CMYK
RGB Variations
Color information
#3B4028 (or 0x3B4028) is known color: Green Kelp. HEX triplet: 3B, 40 and 28. RGB value is (59,64,40). Sum of RGB (Red+Green+Blue) = 59+64+40=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 64 - color contains mainly: green. Hex color #3B4028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4028 is #C4BFD7. Grayscale: #3B3B3B. Windows color (decimal): -12894168 or 2637883. OLE color: 2637883.
HSL color Cylindrical-coordinate representation of color #3B4028: hue angle of 72.5º 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 #3B4028 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 64 | 40 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.75 |
| HSL | 72.5º | 0.23% | 0.2% | - |
| HSV(B) | 72.5º | 0.38% | 0.25% | - |
| XYZ | 4.02 | 4.75 | 2.71 | - |
| YUV | 59.77 | 116.84 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 64 | 40 | 0.08 | 0 | 0.38 | 0.75 | 72.5 | 0.23 | 0.2 |
| Hex | 3B | 40 | 28 | 8 | 0 | 26 | 4B | 48 | 17 | 14 |
| Octal | 73 | 100 | 50 | 10 | 0 | 46 | 113 | 110 | 27 | 24 |
| Binary | 111011 | 1000000 | 101000 | 1000 | 0 | 100110 | 1001011 | 1001000 | 10111 | 10100 |
Color Harmonies of #3B4028
Complementary color
Monochromatic Colors of #3B4028
Black with #3B4028
Text Example
Text Example
White with #3B4028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4028; }
p { color: rgb(59,64,40); }
H1.HeaderClassName
{
color: #3B4028;
}
.AnyTagClassName
{
color: #3B4028;
}
</style>
background-color css
<style>
a { background-color: #3B4028; }
a { background-color: rgb(59,64,40); }
div.DivClassName
{
background-color: #3B4028;
}
.BgClassName
{
background-color: #3B4028;
}
</style>
border-color css
<style>
span { border-color: #3B4028; }
span { border-color: rgb(59,64,40); }
td.TdClassName
{
border-color: #3B4028;
}
.TagClassName
{
border-color: #3B4028;
}
</style>