Shades of Turtle Green #3F4014
Tints of Turtle Green #3F4014
RGB
CMYK
RGB Variations
Color information
#3F4014 (or 0x3F4014) is known color: Turtle Green. HEX triplet: 3F, 40 and 14. RGB value is (63,64,20). Sum of RGB (Red+Green+Blue) = 63+64+20=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4014 is #C0BFEB. Grayscale: #3A3A3A. Windows color (decimal): -12632044 or 1327167. OLE color: 1327167.
HSL color Cylindrical-coordinate representation of color #3F4014: hue angle of 61.36º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F4014 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 64 | 20 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.75 |
| HSL | 61.36º | 0.52% | 0.16% | - |
| HSV(B) | 61.36º | 0.69% | 0.25% | - |
| XYZ | 4.01 | 4.77 | 1.37 | - |
| YUV | 58.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 20 | 0.02 | 0 | 0.69 | 0.75 | 61.36 | 0.52 | 0.16 |
| Hex | 3F | 40 | 14 | 2 | 0 | 45 | 4B | 3D | 34 | 10 |
| Octal | 77 | 100 | 24 | 2 | 0 | 105 | 113 | 75 | 64 | 20 |
| Binary | 111111 | 1000000 | 10100 | 10 | 0 | 1000101 | 1001011 | 111101 | 110100 | 10000 |
Color Harmonies of #3F4014
Complementary color
Monochromatic Colors of #3F4014
Black with #3F4014
Text Example
Text Example
White with #3F4014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4014; }
p { color: rgb(63,64,20); }
H1.HeaderClassName
{
color: #3F4014;
}
.AnyTagClassName
{
color: #3F4014;
}
</style>
background-color css
<style>
a { background-color: #3F4014; }
a { background-color: rgb(63,64,20); }
div.DivClassName
{
background-color: #3F4014;
}
.BgClassName
{
background-color: #3F4014;
}
</style>
border-color css
<style>
span { border-color: #3F4014; }
span { border-color: rgb(63,64,20); }
td.TdClassName
{
border-color: #3F4014;
}
.TagClassName
{
border-color: #3F4014;
}
</style>