Shades of Turtle Green #3C480A
Tints of Turtle Green #3C480A
RGB
CMYK
RGB Variations
Color information
#3C480A (or 0x3C480A) is known color: Turtle Green. HEX triplet: 3C, 48 and 0A. RGB value is (60,72,10). Sum of RGB (Red+Green+Blue) = 60+72+10=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #3C480A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C480A is #C3B7F5. Grayscale: #3D3D3D. Windows color (decimal): -12826614 or 673852. OLE color: 673852.
HSL color Cylindrical-coordinate representation of color #3C480A: hue angle of 71.61º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3C480A is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 72 | 10 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.72 |
| HSL | 71.61º | 0.76% | 0.16% | - |
| HSV(B) | 71.61º | 0.86% | 0.28% | - |
| XYZ | 4.24 | 5.62 | 1.15 | - |
| YUV | 61.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 10 | 0.17 | 0 | 0.86 | 0.72 | 71.61 | 0.76 | 0.16 |
| Hex | 3C | 48 | A | 11 | 0 | 56 | 48 | 48 | 4C | 10 |
| Octal | 74 | 110 | 12 | 21 | 0 | 126 | 110 | 110 | 114 | 20 |
| Binary | 111100 | 1001000 | 1010 | 10001 | 0 | 1010110 | 1001000 | 1001000 | 1001100 | 10000 |
Color Harmonies of #3C480A
Complementary color
Monochromatic Colors of #3C480A
Black with #3C480A
Text Example
Text Example
White with #3C480A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C480A; }
p { color: rgb(60,72,10); }
H1.HeaderClassName
{
color: #3C480A;
}
.AnyTagClassName
{
color: #3C480A;
}
</style>
background-color css
<style>
a { background-color: #3C480A; }
a { background-color: rgb(60,72,10); }
div.DivClassName
{
background-color: #3C480A;
}
.BgClassName
{
background-color: #3C480A;
}
</style>
border-color css
<style>
span { border-color: #3C480A; }
span { border-color: rgb(60,72,10); }
td.TdClassName
{
border-color: #3C480A;
}
.TagClassName
{
border-color: #3C480A;
}
</style>