Shades of Turtle Green #3F4109
Tints of Turtle Green #3F4109
RGB
CMYK
RGB Variations
Color information
#3F4109 (or 0x3F4109) is known color: Turtle Green. HEX triplet: 3F, 41 and 09. RGB value is (63,65,9). Sum of RGB (Red+Green+Blue) = 63+65+9=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4109 is #C0BEF6. Grayscale: #3A3A3A. Windows color (decimal): -12631799 or 606527. OLE color: 606527.
HSL color Cylindrical-coordinate representation of color #3F4109: hue angle of 62.14º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F4109 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 65 | 9 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.75 |
| HSL | 62.14º | 0.76% | 0.15% | - |
| HSV(B) | 62.14º | 0.86% | 0.25% | - |
| XYZ | 3.99 | 4.86 | 0.99 | - |
| YUV | 58.02 | 100.34 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 9 | 0.03 | 0 | 0.86 | 0.75 | 62.14 | 0.76 | 0.15 |
| Hex | 3F | 41 | 9 | 3 | 0 | 56 | 4B | 3E | 4C | F |
| Octal | 77 | 101 | 11 | 3 | 0 | 126 | 113 | 76 | 114 | 17 |
| Binary | 111111 | 1000001 | 1001 | 11 | 0 | 1010110 | 1001011 | 111110 | 1001100 | 1111 |
Color Harmonies of #3F4109
Complementary color
Monochromatic Colors of #3F4109
Black with #3F4109
Text Example
Text Example
White with #3F4109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4109; }
p { color: rgb(63,65,9); }
H1.HeaderClassName
{
color: #3F4109;
}
.AnyTagClassName
{
color: #3F4109;
}
</style>
background-color css
<style>
a { background-color: #3F4109; }
a { background-color: rgb(63,65,9); }
div.DivClassName
{
background-color: #3F4109;
}
.BgClassName
{
background-color: #3F4109;
}
</style>
border-color css
<style>
span { border-color: #3F4109; }
span { border-color: rgb(63,65,9); }
td.TdClassName
{
border-color: #3F4109;
}
.TagClassName
{
border-color: #3F4109;
}
</style>