Shades of Green Kelp #3C4023
Tints of Green Kelp #3C4023
RGB
CMYK
RGB Variations
Color information
#3C4023 (or 0x3C4023) is known color: Green Kelp. HEX triplet: 3C, 40 and 23. RGB value is (60,64,35). Sum of RGB (Red+Green+Blue) = 60+64+35=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 35 (14.06% from 255 or 22.01% from 159); Max value from RGB is 64 - color contains mainly: green. Hex color #3C4023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4023 is #C3BFDC. Grayscale: #3B3B3B. Windows color (decimal): -12828637 or 2310204. OLE color: 2310204.
HSL color Cylindrical-coordinate representation of color #3C4023: hue angle of 68.28º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C4023 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 64 | 35 | - |
| CMYK | 0.06 | 0 | 0.45 | 0.75 |
| HSL | 68.28º | 0.29% | 0.19% | - |
| HSV(B) | 68.28º | 0.45% | 0.25% | - |
| XYZ | 4 | 4.75 | 2.3 | - |
| YUV | 59.5 | 114.17 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 35 | 0.06 | 0 | 0.45 | 0.75 | 68.28 | 0.29 | 0.19 |
| Hex | 3C | 40 | 23 | 6 | 0 | 2D | 4B | 44 | 1D | 13 |
| Octal | 74 | 100 | 43 | 6 | 0 | 55 | 113 | 104 | 35 | 23 |
| Binary | 111100 | 1000000 | 100011 | 110 | 0 | 101101 | 1001011 | 1000100 | 11101 | 10011 |
Color Harmonies of #3C4023
Complementary color
Monochromatic Colors of #3C4023
Black with #3C4023
Text Example
Text Example
White with #3C4023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4023; }
p { color: rgb(60,64,35); }
H1.HeaderClassName
{
color: #3C4023;
}
.AnyTagClassName
{
color: #3C4023;
}
</style>
background-color css
<style>
a { background-color: #3C4023; }
a { background-color: rgb(60,64,35); }
div.DivClassName
{
background-color: #3C4023;
}
.BgClassName
{
background-color: #3C4023;
}
</style>
border-color css
<style>
span { border-color: #3C4023; }
span { border-color: rgb(60,64,35); }
td.TdClassName
{
border-color: #3C4023;
}
.TagClassName
{
border-color: #3C4023;
}
</style>