Shades of Turtle Green #3C3E1C
Tints of Turtle Green #3C3E1C
RGB
CMYK
RGB Variations
Color information
#3C3E1C (or 0x3C3E1C) is known color: Turtle Green. HEX triplet: 3C, 3E and 1C. RGB value is (60,62,28). Sum of RGB (Red+Green+Blue) = 60+62+28=150 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 62 - color contains mainly: green. Hex color #3C3E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3E1C is #C3C1E3. Grayscale: #393939. Windows color (decimal): -12829156 or 1850940. OLE color: 1850940.
HSL color Cylindrical-coordinate representation of color #3C3E1C: hue angle of 63.53º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C3E1C is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 62 | 28 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.76 |
| HSL | 63.53º | 0.38% | 0.18% | - |
| HSV(B) | 63.53º | 0.55% | 0.24% | - |
| XYZ | 3.8 | 4.49 | 1.77 | - |
| YUV | 57.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 62 | 28 | 0.03 | 0 | 0.55 | 0.76 | 63.53 | 0.38 | 0.18 |
| Hex | 3C | 3E | 1C | 3 | 0 | 37 | 4C | 40 | 26 | 12 |
| Octal | 74 | 76 | 34 | 3 | 0 | 67 | 114 | 100 | 46 | 22 |
| Binary | 111100 | 111110 | 11100 | 11 | 0 | 110111 | 1001100 | 1000000 | 100110 | 10010 |
Color Harmonies of #3C3E1C
Complementary color
Monochromatic Colors of #3C3E1C
Black with #3C3E1C
Text Example
Text Example
White with #3C3E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3E1C; }
p { color: rgb(60,62,28); }
H1.HeaderClassName
{
color: #3C3E1C;
}
.AnyTagClassName
{
color: #3C3E1C;
}
</style>
background-color css
<style>
a { background-color: #3C3E1C; }
a { background-color: rgb(60,62,28); }
div.DivClassName
{
background-color: #3C3E1C;
}
.BgClassName
{
background-color: #3C3E1C;
}
</style>
border-color css
<style>
span { border-color: #3C3E1C; }
span { border-color: rgb(60,62,28); }
td.TdClassName
{
border-color: #3C3E1C;
}
.TagClassName
{
border-color: #3C3E1C;
}
</style>