Shades of Green Kelp #3B402B
Tints of Green Kelp #3B402B
RGB
CMYK
RGB Variations
Color information
#3B402B (or 0x3B402B) is known color: Green Kelp. HEX triplet: 3B, 40 and 2B. RGB value is (59,64,43). Sum of RGB (Red+Green+Blue) = 59+64+43=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 64 - color contains mainly: green. Hex color #3B402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B402B is #C4BFD4. Grayscale: #3C3C3C. Windows color (decimal): -12894165 or 2834491. OLE color: 2834491.
HSL color Cylindrical-coordinate representation of color #3B402B: hue angle of 74.29º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3B402B is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 64 | 43 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.75 |
| HSL | 74.29º | 0.2% | 0.21% | - |
| HSV(B) | 74.29º | 0.33% | 0.25% | - |
| XYZ | 4.07 | 4.77 | 2.99 | - |
| YUV | 60.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 64 | 43 | 0.08 | 0 | 0.33 | 0.75 | 74.29 | 0.2 | 0.21 |
| Hex | 3B | 40 | 2B | 8 | 0 | 21 | 4B | 4A | 14 | 15 |
| Octal | 73 | 100 | 53 | 10 | 0 | 41 | 113 | 112 | 24 | 25 |
| Binary | 111011 | 1000000 | 101011 | 1000 | 0 | 100001 | 1001011 | 1001010 | 10100 | 10101 |
Color Harmonies of #3B402B
Complementary color
Monochromatic Colors of #3B402B
Black with #3B402B
Text Example
Text Example
White with #3B402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B402B; }
p { color: rgb(59,64,43); }
H1.HeaderClassName
{
color: #3B402B;
}
.AnyTagClassName
{
color: #3B402B;
}
</style>
background-color css
<style>
a { background-color: #3B402B; }
a { background-color: rgb(59,64,43); }
div.DivClassName
{
background-color: #3B402B;
}
.BgClassName
{
background-color: #3B402B;
}
</style>
border-color css
<style>
span { border-color: #3B402B; }
span { border-color: rgb(59,64,43); }
td.TdClassName
{
border-color: #3B402B;
}
.TagClassName
{
border-color: #3B402B;
}
</style>