Shades of Green Kelp #3C4329
Tints of Green Kelp #3C4329
RGB
CMYK
RGB Variations
Color information
#3C4329 (or 0x3C4329) is known color: Green Kelp. HEX triplet: 3C, 43 and 29. RGB value is (60,67,41). Sum of RGB (Red+Green+Blue) = 60+67+41=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4329 is #C3BCD6. Grayscale: #3E3E3E. Windows color (decimal): -12827863 or 2704188. OLE color: 2704188.
HSL color Cylindrical-coordinate representation of color #3C4329: hue angle of 76.15º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C4329 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 67 | 41 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.74 |
| HSL | 76.15º | 0.24% | 0.21% | - |
| HSV(B) | 76.15º | 0.39% | 0.26% | - |
| XYZ | 4.27 | 5.14 | 2.86 | - |
| YUV | 61.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 41 | 0.10 | 0 | 0.39 | 0.74 | 76.15 | 0.24 | 0.21 |
| Hex | 3C | 43 | 29 | A | 0 | 27 | 4A | 4C | 18 | 15 |
| Octal | 74 | 103 | 51 | 12 | 0 | 47 | 112 | 114 | 30 | 25 |
| Binary | 111100 | 1000011 | 101001 | 1010 | 0 | 100111 | 1001010 | 1001100 | 11000 | 10101 |
Color Harmonies of #3C4329
Complementary color
Monochromatic Colors of #3C4329
Black with #3C4329
Text Example
Text Example
White with #3C4329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4329; }
p { color: rgb(60,67,41); }
H1.HeaderClassName
{
color: #3C4329;
}
.AnyTagClassName
{
color: #3C4329;
}
</style>
background-color css
<style>
a { background-color: #3C4329; }
a { background-color: rgb(60,67,41); }
div.DivClassName
{
background-color: #3C4329;
}
.BgClassName
{
background-color: #3C4329;
}
</style>
border-color css
<style>
span { border-color: #3C4329; }
span { border-color: rgb(60,67,41); }
td.TdClassName
{
border-color: #3C4329;
}
.TagClassName
{
border-color: #3C4329;
}
</style>