Shades of Turtle Green #3F4104
Tints of Turtle Green #3F4104
RGB
CMYK
RGB Variations
Color information
#3F4104 (or 0x3F4104) is known color: Turtle Green. HEX triplet: 3F, 41 and 04. RGB value is (63,65,4). Sum of RGB (Red+Green+Blue) = 63+65+4=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4104 is #C0BEFB. Grayscale: #393939. Windows color (decimal): -12631804 or 278847. OLE color: 278847.
HSL color Cylindrical-coordinate representation of color #3F4104: hue angle of 61.97º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F4104 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 65 | 4 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.75 |
| HSL | 61.97º | 0.88% | 0.14% | - |
| HSV(B) | 61.97º | 0.94% | 0.25% | - |
| XYZ | 3.96 | 4.85 | 0.84 | - |
| YUV | 57.45 | 97.84 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 4 | 0.03 | 0 | 0.94 | 0.75 | 61.97 | 0.88 | 0.14 |
| Hex | 3F | 41 | 4 | 3 | 0 | 5E | 4B | 3E | 58 | E |
| Octal | 77 | 101 | 4 | 3 | 0 | 136 | 113 | 76 | 130 | 16 |
| Binary | 111111 | 1000001 | 100 | 11 | 0 | 1011110 | 1001011 | 111110 | 1011000 | 1110 |
Color Harmonies of #3F4104
Complementary color
Monochromatic Colors of #3F4104
Black with #3F4104
Text Example
Text Example
White with #3F4104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4104; }
p { color: rgb(63,65,4); }
H1.HeaderClassName
{
color: #3F4104;
}
.AnyTagClassName
{
color: #3F4104;
}
</style>
background-color css
<style>
a { background-color: #3F4104; }
a { background-color: rgb(63,65,4); }
div.DivClassName
{
background-color: #3F4104;
}
.BgClassName
{
background-color: #3F4104;
}
</style>
border-color css
<style>
span { border-color: #3F4104; }
span { border-color: rgb(63,65,4); }
td.TdClassName
{
border-color: #3F4104;
}
.TagClassName
{
border-color: #3F4104;
}
</style>