Shades of Turtle Green #3F4211
Tints of Turtle Green #3F4211
RGB
CMYK
RGB Variations
Color information
#3F4211 (or 0x3F4211) is known color: Turtle Green. HEX triplet: 3F, 42 and 11. RGB value is (63,66,17). Sum of RGB (Red+Green+Blue) = 63+66+17=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #3F4211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4211 is #C0BDEE. Grayscale: #3B3B3B. Windows color (decimal): -12631535 or 1131071. OLE color: 1131071.
HSL color Cylindrical-coordinate representation of color #3F4211: hue angle of 63.67º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F4211 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 66 | 17 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.74 |
| HSL | 63.67º | 0.59% | 0.16% | - |
| HSV(B) | 63.67º | 0.74% | 0.26% | - |
| XYZ | 4.1 | 4.99 | 1.28 | - |
| YUV | 59.52 | 104.01 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 17 | 0.05 | 0 | 0.74 | 0.74 | 63.67 | 0.59 | 0.16 |
| Hex | 3F | 42 | 11 | 5 | 0 | 4A | 4A | 40 | 3B | 10 |
| Octal | 77 | 102 | 21 | 5 | 0 | 112 | 112 | 100 | 73 | 20 |
| Binary | 111111 | 1000010 | 10001 | 101 | 0 | 1001010 | 1001010 | 1000000 | 111011 | 10000 |
Color Harmonies of #3F4211
Complementary color
Monochromatic Colors of #3F4211
Black with #3F4211
Text Example
Text Example
White with #3F4211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4211; }
p { color: rgb(63,66,17); }
H1.HeaderClassName
{
color: #3F4211;
}
.AnyTagClassName
{
color: #3F4211;
}
</style>
background-color css
<style>
a { background-color: #3F4211; }
a { background-color: rgb(63,66,17); }
div.DivClassName
{
background-color: #3F4211;
}
.BgClassName
{
background-color: #3F4211;
}
</style>
border-color css
<style>
span { border-color: #3F4211; }
span { border-color: rgb(63,66,17); }
td.TdClassName
{
border-color: #3F4211;
}
.TagClassName
{
border-color: #3F4211;
}
</style>