Shades of Green Kelp #3D402A
Tints of Green Kelp #3D402A
RGB
CMYK
RGB Variations
Color information
#3D402A (or 0x3D402A) is known color: Green Kelp. HEX triplet: 3D, 40 and 2A. RGB value is (61,64,42). Sum of RGB (Red+Green+Blue) = 61+64+42=167 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.53% from 167); Green value is 64 (25.39% from 255 or 38.32% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 64 - color contains mainly: green. Hex color #3D402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D402A is #C2BFD5. Grayscale: #3C3C3C. Windows color (decimal): -12763094 or 2768957. OLE color: 2768957.
HSL color Cylindrical-coordinate representation of color #3D402A: hue angle of 68.18º 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 #3D402A is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 64 | 42 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.75 |
| HSL | 68.18º | 0.21% | 0.21% | - |
| HSV(B) | 68.18º | 0.34% | 0.25% | - |
| XYZ | 4.18 | 4.83 | 2.9 | - |
| YUV | 60.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 42 | 0.05 | 0 | 0.34 | 0.75 | 68.18 | 0.21 | 0.21 |
| Hex | 3D | 40 | 2A | 5 | 0 | 22 | 4B | 44 | 15 | 15 |
| Octal | 75 | 100 | 52 | 5 | 0 | 42 | 113 | 104 | 25 | 25 |
| Binary | 111101 | 1000000 | 101010 | 101 | 0 | 100010 | 1001011 | 1000100 | 10101 | 10101 |
Color Harmonies of #3D402A
Complementary color
Monochromatic Colors of #3D402A
Black with #3D402A
Text Example
Text Example
White with #3D402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D402A; }
p { color: rgb(61,64,42); }
H1.HeaderClassName
{
color: #3D402A;
}
.AnyTagClassName
{
color: #3D402A;
}
</style>
background-color css
<style>
a { background-color: #3D402A; }
a { background-color: rgb(61,64,42); }
div.DivClassName
{
background-color: #3D402A;
}
.BgClassName
{
background-color: #3D402A;
}
</style>
border-color css
<style>
span { border-color: #3D402A; }
span { border-color: rgb(61,64,42); }
td.TdClassName
{
border-color: #3D402A;
}
.TagClassName
{
border-color: #3D402A;
}
</style>