Shades of Turtle Green #3C4313
Tints of Turtle Green #3C4313
RGB
CMYK
RGB Variations
Color information
#3C4313 (or 0x3C4313) is known color: Turtle Green. HEX triplet: 3C, 43 and 13. RGB value is (60,67,19). Sum of RGB (Red+Green+Blue) = 60+67+19=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4313 is #C3BCEC. Grayscale: #3B3B3B. Windows color (decimal): -12827885 or 1262396. OLE color: 1262396.
HSL color Cylindrical-coordinate representation of color #3C4313: hue angle of 68.75º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C4313 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 67 | 19 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.74 |
| HSL | 68.75º | 0.56% | 0.17% | - |
| HSV(B) | 68.75º | 0.72% | 0.26% | - |
| XYZ | 3.99 | 5.02 | 1.38 | - |
| YUV | 59.44 | 105.18 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 19 | 0.10 | 0 | 0.72 | 0.74 | 68.75 | 0.56 | 0.17 |
| Hex | 3C | 43 | 13 | A | 0 | 48 | 4A | 45 | 38 | 11 |
| Octal | 74 | 103 | 23 | 12 | 0 | 110 | 112 | 105 | 70 | 21 |
| Binary | 111100 | 1000011 | 10011 | 1010 | 0 | 1001000 | 1001010 | 1000101 | 111000 | 10001 |
Color Harmonies of #3C4313
Complementary color
Monochromatic Colors of #3C4313
Black with #3C4313
Text Example
Text Example
White with #3C4313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4313; }
p { color: rgb(60,67,19); }
H1.HeaderClassName
{
color: #3C4313;
}
.AnyTagClassName
{
color: #3C4313;
}
</style>
background-color css
<style>
a { background-color: #3C4313; }
a { background-color: rgb(60,67,19); }
div.DivClassName
{
background-color: #3C4313;
}
.BgClassName
{
background-color: #3C4313;
}
</style>
border-color css
<style>
span { border-color: #3C4313; }
span { border-color: rgb(60,67,19); }
td.TdClassName
{
border-color: #3C4313;
}
.TagClassName
{
border-color: #3C4313;
}
</style>