Shades of Turtle Green #3F471D
Tints of Turtle Green #3F471D
RGB
CMYK
RGB Variations
Color information
#3F471D (or 0x3F471D) is known color: Turtle Green. HEX triplet: 3F, 47 and 1D. RGB value is (63,71,29). Sum of RGB (Red+Green+Blue) = 63+71+29=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 71 (28.12% from 255 or 43.56% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 71 - color contains mainly: green. Hex color #3F471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F471D is #C0B8E2. Grayscale: #3F3F3F. Windows color (decimal): -12630243 or 1918783. OLE color: 1918783.
HSL color Cylindrical-coordinate representation of color #3F471D: hue angle of 71.43º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F471D is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 71 | 29 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.72 |
| HSL | 71.43º | 0.42% | 0.2% | - |
| HSV(B) | 71.43º | 0.59% | 0.28% | - |
| XYZ | 4.52 | 5.65 | 2.01 | - |
| YUV | 63.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 29 | 0.11 | 0 | 0.59 | 0.72 | 71.43 | 0.42 | 0.2 |
| Hex | 3F | 47 | 1D | B | 0 | 3B | 48 | 47 | 2A | 14 |
| Octal | 77 | 107 | 35 | 13 | 0 | 73 | 110 | 107 | 52 | 24 |
| Binary | 111111 | 1000111 | 11101 | 1011 | 0 | 111011 | 1001000 | 1000111 | 101010 | 10100 |
Color Harmonies of #3F471D
Complementary color
Monochromatic Colors of #3F471D
Black with #3F471D
Text Example
Text Example
White with #3F471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F471D; }
p { color: rgb(63,71,29); }
H1.HeaderClassName
{
color: #3F471D;
}
.AnyTagClassName
{
color: #3F471D;
}
</style>
background-color css
<style>
a { background-color: #3F471D; }
a { background-color: rgb(63,71,29); }
div.DivClassName
{
background-color: #3F471D;
}
.BgClassName
{
background-color: #3F471D;
}
</style>
border-color css
<style>
span { border-color: #3F471D; }
span { border-color: rgb(63,71,29); }
td.TdClassName
{
border-color: #3F471D;
}
.TagClassName
{
border-color: #3F471D;
}
</style>