Shades of Green Kelp #3C4027
Tints of Green Kelp #3C4027
RGB
CMYK
RGB Variations
Color information
#3C4027 (or 0x3C4027) is known color: Green Kelp. HEX triplet: 3C, 40 and 27. RGB value is (60,64,39). Sum of RGB (Red+Green+Blue) = 60+64+39=163 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.81% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4027 is #C3BFD8. Grayscale: #3C3C3C. Windows color (decimal): -12828633 or 2572348. OLE color: 2572348.
HSL color Cylindrical-coordinate representation of color #3C4027: hue angle of 69.6º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3C4027 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 64 | 39 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.75 |
| HSL | 69.6º | 0.24% | 0.2% | - |
| HSV(B) | 69.6º | 0.39% | 0.25% | - |
| XYZ | 4.06 | 4.77 | 2.63 | - |
| YUV | 59.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 39 | 0.06 | 0 | 0.39 | 0.75 | 69.6 | 0.24 | 0.2 |
| Hex | 3C | 40 | 27 | 6 | 0 | 27 | 4B | 46 | 18 | 14 |
| Octal | 74 | 100 | 47 | 6 | 0 | 47 | 113 | 106 | 30 | 24 |
| Binary | 111100 | 1000000 | 100111 | 110 | 0 | 100111 | 1001011 | 1000110 | 11000 | 10100 |
Color Harmonies of #3C4027
Complementary color
Monochromatic Colors of #3C4027
Black with #3C4027
Text Example
Text Example
White with #3C4027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4027; }
p { color: rgb(60,64,39); }
H1.HeaderClassName
{
color: #3C4027;
}
.AnyTagClassName
{
color: #3C4027;
}
</style>
background-color css
<style>
a { background-color: #3C4027; }
a { background-color: rgb(60,64,39); }
div.DivClassName
{
background-color: #3C4027;
}
.BgClassName
{
background-color: #3C4027;
}
</style>
border-color css
<style>
span { border-color: #3C4027; }
span { border-color: rgb(60,64,39); }
td.TdClassName
{
border-color: #3C4027;
}
.TagClassName
{
border-color: #3C4027;
}
</style>