Shades of Turtle Green #3F461A
Tints of Turtle Green #3F461A
RGB
CMYK
RGB Variations
Color information
#3F461A (or 0x3F461A) is known color: Turtle Green. HEX triplet: 3F, 46 and 1A. RGB value is (63,70,26). Sum of RGB (Red+Green+Blue) = 63+70+26=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 70 - color contains mainly: green. Hex color #3F461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F461A is #C0B9E5. Grayscale: #3F3F3F. Windows color (decimal): -12630502 or 1721919. OLE color: 1721919.
HSL color Cylindrical-coordinate representation of color #3F461A: hue angle of 69.55º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F461A is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 70 | 26 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.73 |
| HSL | 69.55º | 0.46% | 0.19% | - |
| HSV(B) | 69.55º | 0.63% | 0.27% | - |
| XYZ | 4.43 | 5.51 | 1.81 | - |
| YUV | 62.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 70 | 26 | 0.10 | 0 | 0.63 | 0.73 | 69.55 | 0.46 | 0.19 |
| Hex | 3F | 46 | 1A | A | 0 | 3F | 49 | 46 | 2E | 13 |
| Octal | 77 | 106 | 32 | 12 | 0 | 77 | 111 | 106 | 56 | 23 |
| Binary | 111111 | 1000110 | 11010 | 1010 | 0 | 111111 | 1001001 | 1000110 | 101110 | 10011 |
Color Harmonies of #3F461A
Complementary color
Monochromatic Colors of #3F461A
Black with #3F461A
Text Example
Text Example
White with #3F461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F461A; }
p { color: rgb(63,70,26); }
H1.HeaderClassName
{
color: #3F461A;
}
.AnyTagClassName
{
color: #3F461A;
}
</style>
background-color css
<style>
a { background-color: #3F461A; }
a { background-color: rgb(63,70,26); }
div.DivClassName
{
background-color: #3F461A;
}
.BgClassName
{
background-color: #3F461A;
}
</style>
border-color css
<style>
span { border-color: #3F461A; }
span { border-color: rgb(63,70,26); }
td.TdClassName
{
border-color: #3F461A;
}
.TagClassName
{
border-color: #3F461A;
}
</style>