Shades of Green Kelp #3B4123
Tints of Green Kelp #3B4123
RGB
CMYK
RGB Variations
Color information
#3B4123 (or 0x3B4123) is known color: Green Kelp. HEX triplet: 3B, 41 and 23. RGB value is (59,65,35). Sum of RGB (Red+Green+Blue) = 59+65+35=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 35 (14.06% from 255 or 22.01% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #3B4123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4123 is #C4BEDC. Grayscale: #3B3B3B. Windows color (decimal): -12893917 or 2310459. OLE color: 2310459.
HSL color Cylindrical-coordinate representation of color #3B4123: hue angle of 72º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B4123 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 65 | 35 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.75 |
| HSL | 72º | 0.3% | 0.2% | - |
| HSV(B) | 72º | 0.46% | 0.25% | - |
| XYZ | 4 | 4.83 | 2.31 | - |
| YUV | 59.79 | 114.01 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 35 | 0.09 | 0 | 0.46 | 0.75 | 72 | 0.3 | 0.2 |
| Hex | 3B | 41 | 23 | 9 | 0 | 2E | 4B | 48 | 1E | 14 |
| Octal | 73 | 101 | 43 | 11 | 0 | 56 | 113 | 110 | 36 | 24 |
| Binary | 111011 | 1000001 | 100011 | 1001 | 0 | 101110 | 1001011 | 1001000 | 11110 | 10100 |
Color Harmonies of #3B4123
Complementary color
Monochromatic Colors of #3B4123
Black with #3B4123
Text Example
Text Example
White with #3B4123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4123; }
p { color: rgb(59,65,35); }
H1.HeaderClassName
{
color: #3B4123;
}
.AnyTagClassName
{
color: #3B4123;
}
</style>
background-color css
<style>
a { background-color: #3B4123; }
a { background-color: rgb(59,65,35); }
div.DivClassName
{
background-color: #3B4123;
}
.BgClassName
{
background-color: #3B4123;
}
</style>
border-color css
<style>
span { border-color: #3B4123; }
span { border-color: rgb(59,65,35); }
td.TdClassName
{
border-color: #3B4123;
}
.TagClassName
{
border-color: #3B4123;
}
</style>