Shades of Turtle Green #3F410A
Tints of Turtle Green #3F410A
RGB
CMYK
RGB Variations
Color information
#3F410A (or 0x3F410A) is known color: Turtle Green. HEX triplet: 3F, 41 and 0A. RGB value is (63,65,10). Sum of RGB (Red+Green+Blue) = 63+65+10=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 65 (25.78% from 255 or 47.10% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 65 - color contains mainly: green. Hex color #3F410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F410A is #C0BEF5. Grayscale: #3A3A3A. Windows color (decimal): -12631798 or 672063. OLE color: 672063.
HSL color Cylindrical-coordinate representation of color #3F410A: hue angle of 62.18º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3F410A is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 65 | 10 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.75 |
| HSL | 62.18º | 0.73% | 0.15% | - |
| HSV(B) | 62.18º | 0.85% | 0.25% | - |
| XYZ | 3.99 | 4.86 | 1.01 | - |
| YUV | 58.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 10 | 0.03 | 0 | 0.85 | 0.75 | 62.18 | 0.73 | 0.15 |
| Hex | 3F | 41 | A | 3 | 0 | 55 | 4B | 3E | 49 | F |
| Octal | 77 | 101 | 12 | 3 | 0 | 125 | 113 | 76 | 111 | 17 |
| Binary | 111111 | 1000001 | 1010 | 11 | 0 | 1010101 | 1001011 | 111110 | 1001001 | 1111 |
Color Harmonies of #3F410A
Complementary color
Monochromatic Colors of #3F410A
Black with #3F410A
Text Example
Text Example
White with #3F410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F410A; }
p { color: rgb(63,65,10); }
H1.HeaderClassName
{
color: #3F410A;
}
.AnyTagClassName
{
color: #3F410A;
}
</style>
background-color css
<style>
a { background-color: #3F410A; }
a { background-color: rgb(63,65,10); }
div.DivClassName
{
background-color: #3F410A;
}
.BgClassName
{
background-color: #3F410A;
}
</style>
border-color css
<style>
span { border-color: #3F410A; }
span { border-color: rgb(63,65,10); }
td.TdClassName
{
border-color: #3F410A;
}
.TagClassName
{
border-color: #3F410A;
}
</style>