Shades of Turtle Green #3C3E10
Tints of Turtle Green #3C3E10
RGB
CMYK
RGB Variations
Color information
#3C3E10 (or 0x3C3E10) is known color: Turtle Green. HEX triplet: 3C, 3E and 10. RGB value is (60,62,16). Sum of RGB (Red+Green+Blue) = 60+62+16=138 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.48% from 138); Green value is 62 (24.61% from 255 or 44.93% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 62 - color contains mainly: green. Hex color #3C3E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C3E10 is #C3C1EF. Grayscale: #383838. Windows color (decimal): -12829168 or 1064508. OLE color: 1064508.
HSL color Cylindrical-coordinate representation of color #3C3E10: hue angle of 62.61º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C3E10 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 62 | 16 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.76 |
| HSL | 62.61º | 0.59% | 0.15% | - |
| HSV(B) | 62.61º | 0.74% | 0.24% | - |
| XYZ | 3.68 | 4.44 | 1.15 | - |
| YUV | 56.16 | 105.34 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 62 | 16 | 0.03 | 0 | 0.74 | 0.76 | 62.61 | 0.59 | 0.15 |
| Hex | 3C | 3E | 10 | 3 | 0 | 4A | 4C | 3F | 3B | F |
| Octal | 74 | 76 | 20 | 3 | 0 | 112 | 114 | 77 | 73 | 17 |
| Binary | 111100 | 111110 | 10000 | 11 | 0 | 1001010 | 1001100 | 111111 | 111011 | 1111 |
Color Harmonies of #3C3E10
Complementary color
Monochromatic Colors of #3C3E10
Black with #3C3E10
Text Example
Text Example
White with #3C3E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3E10; }
p { color: rgb(60,62,16); }
H1.HeaderClassName
{
color: #3C3E10;
}
.AnyTagClassName
{
color: #3C3E10;
}
</style>
background-color css
<style>
a { background-color: #3C3E10; }
a { background-color: rgb(60,62,16); }
div.DivClassName
{
background-color: #3C3E10;
}
.BgClassName
{
background-color: #3C3E10;
}
</style>
border-color css
<style>
span { border-color: #3C3E10; }
span { border-color: rgb(60,62,16); }
td.TdClassName
{
border-color: #3C3E10;
}
.TagClassName
{
border-color: #3C3E10;
}
</style>