Shades of Turtle Green #3F4311
Tints of Turtle Green #3F4311
RGB
CMYK
RGB Variations
Color information
#3F4311 (or 0x3F4311) is known color: Turtle Green. HEX triplet: 3F, 43 and 11. RGB value is (63,67,17). Sum of RGB (Red+Green+Blue) = 63+67+17=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 67 - color contains mainly: green. Hex color #3F4311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4311 is #C0BCEE. Grayscale: #3C3C3C. Windows color (decimal): -12631279 or 1131327. OLE color: 1131327.
HSL color Cylindrical-coordinate representation of color #3F4311: hue angle of 64.8º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F4311 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 67 | 17 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.74 |
| HSL | 64.8º | 0.6% | 0.16% | - |
| HSV(B) | 64.8º | 0.75% | 0.26% | - |
| XYZ | 4.16 | 5.11 | 1.3 | - |
| YUV | 60.1 | 103.67 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 17 | 0.06 | 0 | 0.75 | 0.74 | 64.8 | 0.6 | 0.16 |
| Hex | 3F | 43 | 11 | 6 | 0 | 4B | 4A | 41 | 3C | 10 |
| Octal | 77 | 103 | 21 | 6 | 0 | 113 | 112 | 101 | 74 | 20 |
| Binary | 111111 | 1000011 | 10001 | 110 | 0 | 1001011 | 1001010 | 1000001 | 111100 | 10000 |
Color Harmonies of #3F4311
Complementary color
Monochromatic Colors of #3F4311
Black with #3F4311
Text Example
Text Example
White with #3F4311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4311; }
p { color: rgb(63,67,17); }
H1.HeaderClassName
{
color: #3F4311;
}
.AnyTagClassName
{
color: #3F4311;
}
</style>
background-color css
<style>
a { background-color: #3F4311; }
a { background-color: rgb(63,67,17); }
div.DivClassName
{
background-color: #3F4311;
}
.BgClassName
{
background-color: #3F4311;
}
</style>
border-color css
<style>
span { border-color: #3F4311; }
span { border-color: rgb(63,67,17); }
td.TdClassName
{
border-color: #3F4311;
}
.TagClassName
{
border-color: #3F4311;
}
</style>