Shades of Green Kelp #3C4025
Tints of Green Kelp #3C4025
RGB
CMYK
RGB Variations
Color information
#3C4025 (or 0x3C4025) is known color: Green Kelp. HEX triplet: 3C, 40 and 25. RGB value is (60,64,37). Sum of RGB (Red+Green+Blue) = 60+64+37=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4025 is #C3BFDA. Grayscale: #3B3B3B. Windows color (decimal): -12828635 or 2441276. OLE color: 2441276.
HSL color Cylindrical-coordinate representation of color #3C4025: hue angle of 68.89º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C4025 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 64 | 37 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.75 |
| HSL | 68.89º | 0.27% | 0.2% | - |
| HSV(B) | 68.89º | 0.42% | 0.25% | - |
| XYZ | 4.03 | 4.76 | 2.46 | - |
| YUV | 59.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 37 | 0.06 | 0 | 0.42 | 0.75 | 68.89 | 0.27 | 0.2 |
| Hex | 3C | 40 | 25 | 6 | 0 | 2A | 4B | 45 | 1B | 14 |
| Octal | 74 | 100 | 45 | 6 | 0 | 52 | 113 | 105 | 33 | 24 |
| Binary | 111100 | 1000000 | 100101 | 110 | 0 | 101010 | 1001011 | 1000101 | 11011 | 10100 |
Color Harmonies of #3C4025
Complementary color
Monochromatic Colors of #3C4025
Black with #3C4025
Text Example
Text Example
White with #3C4025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4025; }
p { color: rgb(60,64,37); }
H1.HeaderClassName
{
color: #3C4025;
}
.AnyTagClassName
{
color: #3C4025;
}
</style>
background-color css
<style>
a { background-color: #3C4025; }
a { background-color: rgb(60,64,37); }
div.DivClassName
{
background-color: #3C4025;
}
.BgClassName
{
background-color: #3C4025;
}
</style>
border-color css
<style>
span { border-color: #3C4025; }
span { border-color: rgb(60,64,37); }
td.TdClassName
{
border-color: #3C4025;
}
.TagClassName
{
border-color: #3C4025;
}
</style>