Shades of Green Kelp #3C4328
Tints of Green Kelp #3C4328
RGB
CMYK
RGB Variations
Color information
#3C4328 (or 0x3C4328) is known color: Green Kelp. HEX triplet: 3C, 43 and 28. RGB value is (60,67,40). Sum of RGB (Red+Green+Blue) = 60+67+40=167 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.93% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4328 is #C3BCD7. Grayscale: #3D3D3D. Windows color (decimal): -12827864 or 2638652. OLE color: 2638652.
HSL color Cylindrical-coordinate representation of color #3C4328: hue angle of 75.56º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3C4328 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 67 | 40 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.74 |
| HSL | 75.56º | 0.25% | 0.21% | - |
| HSV(B) | 75.56º | 0.4% | 0.26% | - |
| XYZ | 4.25 | 5.13 | 2.77 | - |
| YUV | 61.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 40 | 0.10 | 0 | 0.40 | 0.74 | 75.56 | 0.25 | 0.21 |
| Hex | 3C | 43 | 28 | A | 0 | 28 | 4A | 4C | 19 | 15 |
| Octal | 74 | 103 | 50 | 12 | 0 | 50 | 112 | 114 | 31 | 25 |
| Binary | 111100 | 1000011 | 101000 | 1010 | 0 | 101000 | 1001010 | 1001100 | 11001 | 10101 |
Color Harmonies of #3C4328
Complementary color
Monochromatic Colors of #3C4328
Black with #3C4328
Text Example
Text Example
White with #3C4328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4328; }
p { color: rgb(60,67,40); }
H1.HeaderClassName
{
color: #3C4328;
}
.AnyTagClassName
{
color: #3C4328;
}
</style>
background-color css
<style>
a { background-color: #3C4328; }
a { background-color: rgb(60,67,40); }
div.DivClassName
{
background-color: #3C4328;
}
.BgClassName
{
background-color: #3C4328;
}
</style>
border-color css
<style>
span { border-color: #3C4328; }
span { border-color: rgb(60,67,40); }
td.TdClassName
{
border-color: #3C4328;
}
.TagClassName
{
border-color: #3C4328;
}
</style>