Shades of Turtle Green #3C3A0D
Tints of Turtle Green #3C3A0D
RGB
CMYK
RGB Variations
Color information
#3C3A0D (or 0x3C3A0D) is known color: Turtle Green. HEX triplet: 3C, 3A and 0D. RGB value is (60,58,13). Sum of RGB (Red+Green+Blue) = 60+58+13=131 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.80% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3A0D is #C3C5F2. Grayscale: #353535. Windows color (decimal): -12830195 or 866876. OLE color: 866876.
HSL color Cylindrical-coordinate representation of color #3C3A0D: hue angle of 57.45º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C3A0D is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 58 | 13 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.76 |
| HSL | 57.45º | 0.64% | 0.14% | - |
| HSV(B) | 57.45º | 0.78% | 0.24% | - |
| XYZ | 3.45 | 4.02 | 0.97 | - |
| YUV | 53.47 | 105.16 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 58 | 13 | 0 | 0.03 | 0.78 | 0.76 | 57.45 | 0.64 | 0.14 |
| Hex | 3C | 3A | D | 0 | 3 | 4E | 4C | 39 | 40 | E |
| Octal | 74 | 72 | 15 | 0 | 3 | 116 | 114 | 71 | 100 | 16 |
| Binary | 111100 | 111010 | 1101 | 0 | 11 | 1001110 | 1001100 | 111001 | 1000000 | 1110 |
Color Harmonies of #3C3A0D
Complementary color
Monochromatic Colors of #3C3A0D
Black with #3C3A0D
Text Example
Text Example
White with #3C3A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3A0D; }
p { color: rgb(60,58,13); }
H1.HeaderClassName
{
color: #3C3A0D;
}
.AnyTagClassName
{
color: #3C3A0D;
}
</style>
background-color css
<style>
a { background-color: #3C3A0D; }
a { background-color: rgb(60,58,13); }
div.DivClassName
{
background-color: #3C3A0D;
}
.BgClassName
{
background-color: #3C3A0D;
}
</style>
border-color css
<style>
span { border-color: #3C3A0D; }
span { border-color: rgb(60,58,13); }
td.TdClassName
{
border-color: #3C3A0D;
}
.TagClassName
{
border-color: #3C3A0D;
}
</style>