Shades of Turtle Green #3F4204
Tints of Turtle Green #3F4204
RGB
CMYK
RGB Variations
Color information
#3F4204 (or 0x3F4204) is known color: Turtle Green. HEX triplet: 3F, 42 and 04. RGB value is (63,66,4). Sum of RGB (Red+Green+Blue) = 63+66+4=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #3F4204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4204 is #C0BDFB. Grayscale: #3A3A3A. Windows color (decimal): -12631548 or 279103. OLE color: 279103.
HSL color Cylindrical-coordinate representation of color #3F4204: hue angle of 62.9º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F4204 is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 66 | 4 | - |
| CMYK | 0.05 | 0 | 0.94 | 0.74 |
| HSL | 62.9º | 0.89% | 0.14% | - |
| HSV(B) | 62.9º | 0.94% | 0.26% | - |
| XYZ | 4.02 | 4.96 | 0.86 | - |
| YUV | 58.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 4 | 0.05 | 0 | 0.94 | 0.74 | 62.9 | 0.89 | 0.14 |
| Hex | 3F | 42 | 4 | 5 | 0 | 5E | 4A | 3F | 59 | E |
| Octal | 77 | 102 | 4 | 5 | 0 | 136 | 112 | 77 | 131 | 16 |
| Binary | 111111 | 1000010 | 100 | 101 | 0 | 1011110 | 1001010 | 111111 | 1011001 | 1110 |
Color Harmonies of #3F4204
Complementary color
Monochromatic Colors of #3F4204
Black with #3F4204
Text Example
Text Example
White with #3F4204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4204; }
p { color: rgb(63,66,4); }
H1.HeaderClassName
{
color: #3F4204;
}
.AnyTagClassName
{
color: #3F4204;
}
</style>
background-color css
<style>
a { background-color: #3F4204; }
a { background-color: rgb(63,66,4); }
div.DivClassName
{
background-color: #3F4204;
}
.BgClassName
{
background-color: #3F4204;
}
</style>
border-color css
<style>
span { border-color: #3F4204; }
span { border-color: rgb(63,66,4); }
td.TdClassName
{
border-color: #3F4204;
}
.TagClassName
{
border-color: #3F4204;
}
</style>