Shades of Green Kelp #3B402A
Tints of Green Kelp #3B402A
RGB
CMYK
RGB Variations
Color information
#3B402A (or 0x3B402A) is known color: Green Kelp. HEX triplet: 3B, 40 and 2A. RGB value is (59,64,42). Sum of RGB (Red+Green+Blue) = 59+64+42=165 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.76% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 64 - color contains mainly: green. Hex color #3B402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B402A is #C4BFD5. Grayscale: #3C3C3C. Windows color (decimal): -12894166 or 2768955. OLE color: 2768955.
HSL color Cylindrical-coordinate representation of color #3B402A: hue angle of 73.64º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B402A is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 64 | 42 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.75 |
| HSL | 73.64º | 0.21% | 0.21% | - |
| HSV(B) | 73.64º | 0.34% | 0.25% | - |
| XYZ | 4.05 | 4.76 | 2.9 | - |
| YUV | 60 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 64 | 42 | 0.08 | 0 | 0.34 | 0.75 | 73.64 | 0.21 | 0.21 |
| Hex | 3B | 40 | 2A | 8 | 0 | 22 | 4B | 4A | 15 | 15 |
| Octal | 73 | 100 | 52 | 10 | 0 | 42 | 113 | 112 | 25 | 25 |
| Binary | 111011 | 1000000 | 101010 | 1000 | 0 | 100010 | 1001011 | 1001010 | 10101 | 10101 |
Color Harmonies of #3B402A
Complementary color
Monochromatic Colors of #3B402A
Black with #3B402A
Text Example
Text Example
White with #3B402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B402A; }
p { color: rgb(59,64,42); }
H1.HeaderClassName
{
color: #3B402A;
}
.AnyTagClassName
{
color: #3B402A;
}
</style>
background-color css
<style>
a { background-color: #3B402A; }
a { background-color: rgb(59,64,42); }
div.DivClassName
{
background-color: #3B402A;
}
.BgClassName
{
background-color: #3B402A;
}
</style>
border-color css
<style>
span { border-color: #3B402A; }
span { border-color: rgb(59,64,42); }
td.TdClassName
{
border-color: #3B402A;
}
.TagClassName
{
border-color: #3B402A;
}
</style>