Shades of Green Kelp #3C412B
Tints of Green Kelp #3C412B
RGB
CMYK
RGB Variations
Color information
#3C412B (or 0x3C412B) is known color: Green Kelp. HEX triplet: 3C, 41 and 2B. RGB value is (60,65,43). Sum of RGB (Red+Green+Blue) = 60+65+43=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 65 - color contains mainly: green. Hex color #3C412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C412B is #C3BED4. Grayscale: #3D3D3D. Windows color (decimal): -12828373 or 2834748. OLE color: 2834748.
HSL color Cylindrical-coordinate representation of color #3C412B: hue angle of 73.64º degrees, saturation: 0.2, 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 #3C412B is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 65 | 43 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.75 |
| HSL | 73.64º | 0.2% | 0.21% | - |
| HSV(B) | 73.64º | 0.34% | 0.25% | - |
| XYZ | 4.19 | 4.92 | 3.01 | - |
| YUV | 61 | 117.84 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 43 | 0.08 | 0 | 0.34 | 0.75 | 73.64 | 0.2 | 0.21 |
| Hex | 3C | 41 | 2B | 8 | 0 | 22 | 4B | 4A | 14 | 15 |
| Octal | 74 | 101 | 53 | 10 | 0 | 42 | 113 | 112 | 24 | 25 |
| Binary | 111100 | 1000001 | 101011 | 1000 | 0 | 100010 | 1001011 | 1001010 | 10100 | 10101 |
Color Harmonies of #3C412B
Complementary color
Monochromatic Colors of #3C412B
Black with #3C412B
Text Example
Text Example
White with #3C412B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C412B; }
p { color: rgb(60,65,43); }
H1.HeaderClassName
{
color: #3C412B;
}
.AnyTagClassName
{
color: #3C412B;
}
</style>
background-color css
<style>
a { background-color: #3C412B; }
a { background-color: rgb(60,65,43); }
div.DivClassName
{
background-color: #3C412B;
}
.BgClassName
{
background-color: #3C412B;
}
</style>
border-color css
<style>
span { border-color: #3C412B; }
span { border-color: rgb(60,65,43); }
td.TdClassName
{
border-color: #3C412B;
}
.TagClassName
{
border-color: #3C412B;
}
</style>