Shades of Turtle Green #3F471C
Tints of Turtle Green #3F471C
RGB
CMYK
RGB Variations
Color information
#3F471C (or 0x3F471C) is known color: Turtle Green. HEX triplet: 3F, 47 and 1C. RGB value is (63,71,28). Sum of RGB (Red+Green+Blue) = 63+71+28=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 71 - color contains mainly: green. Hex color #3F471C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F471C is #C0B8E3. Grayscale: #3F3F3F. Windows color (decimal): -12630244 or 1853247. OLE color: 1853247.
HSL color Cylindrical-coordinate representation of color #3F471C: hue angle of 71.16º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F471C is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 71 | 28 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.72 |
| HSL | 71.16º | 0.43% | 0.19% | - |
| HSV(B) | 71.16º | 0.61% | 0.28% | - |
| XYZ | 4.51 | 5.65 | 1.95 | - |
| YUV | 63.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 71 | 28 | 0.11 | 0 | 0.61 | 0.72 | 71.16 | 0.43 | 0.19 |
| Hex | 3F | 47 | 1C | B | 0 | 3D | 48 | 47 | 2B | 13 |
| Octal | 77 | 107 | 34 | 13 | 0 | 75 | 110 | 107 | 53 | 23 |
| Binary | 111111 | 1000111 | 11100 | 1011 | 0 | 111101 | 1001000 | 1000111 | 101011 | 10011 |
Color Harmonies of #3F471C
Complementary color
Monochromatic Colors of #3F471C
Black with #3F471C
Text Example
Text Example
White with #3F471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F471C; }
p { color: rgb(63,71,28); }
H1.HeaderClassName
{
color: #3F471C;
}
.AnyTagClassName
{
color: #3F471C;
}
</style>
background-color css
<style>
a { background-color: #3F471C; }
a { background-color: rgb(63,71,28); }
div.DivClassName
{
background-color: #3F471C;
}
.BgClassName
{
background-color: #3F471C;
}
</style>
border-color css
<style>
span { border-color: #3F471C; }
span { border-color: rgb(63,71,28); }
td.TdClassName
{
border-color: #3F471C;
}
.TagClassName
{
border-color: #3F471C;
}
</style>