Shades of Green Kelp #3C4326
Tints of Green Kelp #3C4326
RGB
CMYK
RGB Variations
Color information
#3C4326 (or 0x3C4326) is known color: Green Kelp. HEX triplet: 3C, 43 and 26. RGB value is (60,67,38). Sum of RGB (Red+Green+Blue) = 60+67+38=165 (21% of max value = 765). Red value is 60 (23.83% from 255 or 36.36% from 165); Green value is 67 (26.56% from 255 or 40.61% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4326 is #C3BCD9. Grayscale: #3D3D3D. Windows color (decimal): -12827866 or 2507580. OLE color: 2507580.
HSL color Cylindrical-coordinate representation of color #3C4326: hue angle of 74.48º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C4326 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 67 | 38 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.74 |
| HSL | 74.48º | 0.28% | 0.21% | - |
| HSV(B) | 74.48º | 0.43% | 0.26% | - |
| XYZ | 4.22 | 5.11 | 2.6 | - |
| YUV | 61.6 | 114.68 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 38 | 0.10 | 0 | 0.43 | 0.74 | 74.48 | 0.28 | 0.21 |
| Hex | 3C | 43 | 26 | A | 0 | 2B | 4A | 4A | 1C | 15 |
| Octal | 74 | 103 | 46 | 12 | 0 | 53 | 112 | 112 | 34 | 25 |
| Binary | 111100 | 1000011 | 100110 | 1010 | 0 | 101011 | 1001010 | 1001010 | 11100 | 10101 |
Color Harmonies of #3C4326
Complementary color
Monochromatic Colors of #3C4326
Black with #3C4326
Text Example
Text Example
White with #3C4326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4326; }
p { color: rgb(60,67,38); }
H1.HeaderClassName
{
color: #3C4326;
}
.AnyTagClassName
{
color: #3C4326;
}
</style>
background-color css
<style>
a { background-color: #3C4326; }
a { background-color: rgb(60,67,38); }
div.DivClassName
{
background-color: #3C4326;
}
.BgClassName
{
background-color: #3C4326;
}
</style>
border-color css
<style>
span { border-color: #3C4326; }
span { border-color: rgb(60,67,38); }
td.TdClassName
{
border-color: #3C4326;
}
.TagClassName
{
border-color: #3C4326;
}
</style>