Shades of Turtle Green #3F4413
Tints of Turtle Green #3F4413
RGB
CMYK
RGB Variations
Color information
#3F4413 (or 0x3F4413) is known color: Turtle Green. HEX triplet: 3F, 44 and 13. RGB value is (63,68,19). Sum of RGB (Red+Green+Blue) = 63+68+19=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #3F4413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4413 is #C0BBEC. Grayscale: #3D3D3D. Windows color (decimal): -12631021 or 1262655. OLE color: 1262655.
HSL color Cylindrical-coordinate representation of color #3F4413: hue angle of 66.12º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F4413 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 68 | 19 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.73 |
| HSL | 66.12º | 0.56% | 0.17% | - |
| HSV(B) | 66.12º | 0.72% | 0.27% | - |
| XYZ | 4.23 | 5.24 | 1.4 | - |
| YUV | 60.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 19 | 0.07 | 0 | 0.72 | 0.73 | 66.12 | 0.56 | 0.17 |
| Hex | 3F | 44 | 13 | 7 | 0 | 48 | 49 | 42 | 38 | 11 |
| Octal | 77 | 104 | 23 | 7 | 0 | 110 | 111 | 102 | 70 | 21 |
| Binary | 111111 | 1000100 | 10011 | 111 | 0 | 1001000 | 1001001 | 1000010 | 111000 | 10001 |
Color Harmonies of #3F4413
Complementary color
Monochromatic Colors of #3F4413
Black with #3F4413
Text Example
Text Example
White with #3F4413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4413; }
p { color: rgb(63,68,19); }
H1.HeaderClassName
{
color: #3F4413;
}
.AnyTagClassName
{
color: #3F4413;
}
</style>
background-color css
<style>
a { background-color: #3F4413; }
a { background-color: rgb(63,68,19); }
div.DivClassName
{
background-color: #3F4413;
}
.BgClassName
{
background-color: #3F4413;
}
</style>
border-color css
<style>
span { border-color: #3F4413; }
span { border-color: rgb(63,68,19); }
td.TdClassName
{
border-color: #3F4413;
}
.TagClassName
{
border-color: #3F4413;
}
</style>