Shades of Turtle Green #3C3F20
Tints of Turtle Green #3C3F20
RGB
CMYK
RGB Variations
Color information
#3C3F20 (or 0x3C3F20) is known color: Turtle Green. HEX triplet: 3C, 3F and 20. RGB value is (60,63,32). Sum of RGB (Red+Green+Blue) = 60+63+32=155 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.71% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 63 - color contains mainly: green. Hex color #3C3F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3F20 is #C3C0DF. Grayscale: #3A3A3A. Windows color (decimal): -12828896 or 2113340. OLE color: 2113340.
HSL color Cylindrical-coordinate representation of color #3C3F20: hue angle of 65.81º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C3F20 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 63 | 32 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.75 |
| HSL | 65.81º | 0.33% | 0.19% | - |
| HSV(B) | 65.81º | 0.49% | 0.25% | - |
| XYZ | 3.9 | 4.62 | 2.05 | - |
| YUV | 58.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 63 | 32 | 0.05 | 0 | 0.49 | 0.75 | 65.81 | 0.33 | 0.19 |
| Hex | 3C | 3F | 20 | 5 | 0 | 31 | 4B | 42 | 21 | 13 |
| Octal | 74 | 77 | 40 | 5 | 0 | 61 | 113 | 102 | 41 | 23 |
| Binary | 111100 | 111111 | 100000 | 101 | 0 | 110001 | 1001011 | 1000010 | 100001 | 10011 |
Color Harmonies of #3C3F20
Complementary color
Monochromatic Colors of #3C3F20
Black with #3C3F20
Text Example
Text Example
White with #3C3F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3F20; }
p { color: rgb(60,63,32); }
H1.HeaderClassName
{
color: #3C3F20;
}
.AnyTagClassName
{
color: #3C3F20;
}
</style>
background-color css
<style>
a { background-color: #3C3F20; }
a { background-color: rgb(60,63,32); }
div.DivClassName
{
background-color: #3C3F20;
}
.BgClassName
{
background-color: #3C3F20;
}
</style>
border-color css
<style>
span { border-color: #3C3F20; }
span { border-color: rgb(60,63,32); }
td.TdClassName
{
border-color: #3C3F20;
}
.TagClassName
{
border-color: #3C3F20;
}
</style>