Shades of Turtle Green #3C400A
Tints of Turtle Green #3C400A
RGB
CMYK
RGB Variations
Color information
#3C400A (or 0x3C400A) is known color: Turtle Green. HEX triplet: 3C, 40 and 0A. RGB value is (60,64,10). Sum of RGB (Red+Green+Blue) = 60+64+10=134 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.78% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #3C400A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C400A is #C3BFF5. Grayscale: #383838. Windows color (decimal): -12828662 or 671804. OLE color: 671804.
HSL color Cylindrical-coordinate representation of color #3C400A: hue angle of 64.44º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C400A is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 64 | 10 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.75 |
| HSL | 64.44º | 0.73% | 0.15% | - |
| HSV(B) | 64.44º | 0.84% | 0.25% | - |
| XYZ | 3.75 | 4.65 | 0.99 | - |
| YUV | 56.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 10 | 0.06 | 0 | 0.84 | 0.75 | 64.44 | 0.73 | 0.15 |
| Hex | 3C | 40 | A | 6 | 0 | 54 | 4B | 40 | 49 | F |
| Octal | 74 | 100 | 12 | 6 | 0 | 124 | 113 | 100 | 111 | 17 |
| Binary | 111100 | 1000000 | 1010 | 110 | 0 | 1010100 | 1001011 | 1000000 | 1001001 | 1111 |
Color Harmonies of #3C400A
Complementary color
Monochromatic Colors of #3C400A
Black with #3C400A
Text Example
Text Example
White with #3C400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C400A; }
p { color: rgb(60,64,10); }
H1.HeaderClassName
{
color: #3C400A;
}
.AnyTagClassName
{
color: #3C400A;
}
</style>
background-color css
<style>
a { background-color: #3C400A; }
a { background-color: rgb(60,64,10); }
div.DivClassName
{
background-color: #3C400A;
}
.BgClassName
{
background-color: #3C400A;
}
</style>
border-color css
<style>
span { border-color: #3C400A; }
span { border-color: rgb(60,64,10); }
td.TdClassName
{
border-color: #3C400A;
}
.TagClassName
{
border-color: #3C400A;
}
</style>