Shades of Turtle Green #3F4307
Tints of Turtle Green #3F4307
RGB
CMYK
RGB Variations
Color information
#3F4307 (or 0x3F4307) is known color: Turtle Green. HEX triplet: 3F, 43 and 07. RGB value is (63,67,7). Sum of RGB (Red+Green+Blue) = 63+67+7=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 7 (3.12% from 255 or 5.11% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4307 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4307 is #C0BCF8. Grayscale: #3B3B3B. Windows color (decimal): -12631289 or 475967. OLE color: 475967.
HSL color Cylindrical-coordinate representation of color #3F4307: hue angle of 64º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F4307 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 67 | 7 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.74 |
| HSL | 64º | 0.81% | 0.15% | - |
| HSV(B) | 64º | 0.9% | 0.26% | - |
| XYZ | 4.1 | 5.09 | 0.97 | - |
| YUV | 58.96 | 98.67 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 7 | 0.06 | 0 | 0.90 | 0.74 | 64 | 0.81 | 0.15 |
| Hex | 3F | 43 | 7 | 6 | 0 | 5A | 4A | 40 | 51 | F |
| Octal | 77 | 103 | 7 | 6 | 0 | 132 | 112 | 100 | 121 | 17 |
| Binary | 111111 | 1000011 | 111 | 110 | 0 | 1011010 | 1001010 | 1000000 | 1010001 | 1111 |
Color Harmonies of #3F4307
Complementary color
Monochromatic Colors of #3F4307
Black with #3F4307
Text Example
Text Example
White with #3F4307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4307; }
p { color: rgb(63,67,7); }
H1.HeaderClassName
{
color: #3F4307;
}
.AnyTagClassName
{
color: #3F4307;
}
</style>
background-color css
<style>
a { background-color: #3F4307; }
a { background-color: rgb(63,67,7); }
div.DivClassName
{
background-color: #3F4307;
}
.BgClassName
{
background-color: #3F4307;
}
</style>
border-color css
<style>
span { border-color: #3F4307; }
span { border-color: rgb(63,67,7); }
td.TdClassName
{
border-color: #3F4307;
}
.TagClassName
{
border-color: #3F4307;
}
</style>