Shades of Turtle Green #3C3A08
Tints of Turtle Green #3C3A08
RGB
CMYK
RGB Variations
Color information
#3C3A08 (or 0x3C3A08) is known color: Turtle Green. HEX triplet: 3C, 3A and 08. RGB value is (60,58,8). Sum of RGB (Red+Green+Blue) = 60+58+8=126 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.62% from 126); Green value is 58 (23.05% from 255 or 46.03% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3A08 is #C3C5F7. Grayscale: #353535. Windows color (decimal): -12830200 or 539196. OLE color: 539196.
HSL color Cylindrical-coordinate representation of color #3C3A08: hue angle of 57.69º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C3A08 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 58 | 8 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.76 |
| HSL | 57.69º | 0.76% | 0.13% | - |
| HSV(B) | 57.69º | 0.87% | 0.24% | - |
| XYZ | 3.42 | 4 | 0.82 | - |
| YUV | 52.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 58 | 8 | 0 | 0.03 | 0.87 | 0.76 | 57.69 | 0.76 | 0.13 |
| Hex | 3C | 3A | 8 | 0 | 3 | 57 | 4C | 3A | 4C | D |
| Octal | 74 | 72 | 10 | 0 | 3 | 127 | 114 | 72 | 114 | 15 |
| Binary | 111100 | 111010 | 1000 | 0 | 11 | 1010111 | 1001100 | 111010 | 1001100 | 1101 |
Color Harmonies of #3C3A08
Complementary color
Monochromatic Colors of #3C3A08
Black with #3C3A08
Text Example
Text Example
White with #3C3A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3A08; }
p { color: rgb(60,58,8); }
H1.HeaderClassName
{
color: #3C3A08;
}
.AnyTagClassName
{
color: #3C3A08;
}
</style>
background-color css
<style>
a { background-color: #3C3A08; }
a { background-color: rgb(60,58,8); }
div.DivClassName
{
background-color: #3C3A08;
}
.BgClassName
{
background-color: #3C3A08;
}
</style>
border-color css
<style>
span { border-color: #3C3A08; }
span { border-color: rgb(60,58,8); }
td.TdClassName
{
border-color: #3C3A08;
}
.TagClassName
{
border-color: #3C3A08;
}
</style>