Shades of Green Kelp #3B412A
Tints of Green Kelp #3B412A
RGB
CMYK
RGB Variations
Color information
#3B412A (or 0x3B412A) is known color: Green Kelp. HEX triplet: 3B, 41 and 2A. RGB value is (59,65,42). Sum of RGB (Red+Green+Blue) = 59+65+42=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #3B412A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B412A is #C4BED5. Grayscale: #3C3C3C. Windows color (decimal): -12893910 or 2769211. OLE color: 2769211.
HSL color Cylindrical-coordinate representation of color #3B412A: hue angle of 75.65º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3B412A is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 65 | 42 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.75 |
| HSL | 75.65º | 0.21% | 0.21% | - |
| HSV(B) | 75.65º | 0.35% | 0.25% | - |
| XYZ | 4.11 | 4.88 | 2.92 | - |
| YUV | 60.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 42 | 0.09 | 0 | 0.35 | 0.75 | 75.65 | 0.21 | 0.21 |
| Hex | 3B | 41 | 2A | 9 | 0 | 23 | 4B | 4C | 15 | 15 |
| Octal | 73 | 101 | 52 | 11 | 0 | 43 | 113 | 114 | 25 | 25 |
| Binary | 111011 | 1000001 | 101010 | 1001 | 0 | 100011 | 1001011 | 1001100 | 10101 | 10101 |
Color Harmonies of #3B412A
Complementary color
Monochromatic Colors of #3B412A
Black with #3B412A
Text Example
Text Example
White with #3B412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B412A; }
p { color: rgb(59,65,42); }
H1.HeaderClassName
{
color: #3B412A;
}
.AnyTagClassName
{
color: #3B412A;
}
</style>
background-color css
<style>
a { background-color: #3B412A; }
a { background-color: rgb(59,65,42); }
div.DivClassName
{
background-color: #3B412A;
}
.BgClassName
{
background-color: #3B412A;
}
</style>
border-color css
<style>
span { border-color: #3B412A; }
span { border-color: rgb(59,65,42); }
td.TdClassName
{
border-color: #3B412A;
}
.TagClassName
{
border-color: #3B412A;
}
</style>