Shades of Turtle Green #3F3E13
Tints of Turtle Green #3F3E13
RGB
CMYK
RGB Variations
Color information
#3F3E13 (or 0x3F3E13) is known color: Turtle Green. HEX triplet: 3F, 3E and 13. RGB value is (63,62,19). Sum of RGB (Red+Green+Blue) = 63+62+19=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3E13 is #C0C1EC. Grayscale: #393939. Windows color (decimal): -12632557 or 1261119. OLE color: 1261119.
HSL color Cylindrical-coordinate representation of color #3F3E13: hue angle of 58.64º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F3E13 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 62 | 19 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.75 |
| HSL | 58.64º | 0.54% | 0.16% | - |
| HSV(B) | 58.64º | 0.7% | 0.25% | - |
| XYZ | 3.89 | 4.55 | 1.29 | - |
| YUV | 57.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 62 | 19 | 0 | 0.02 | 0.70 | 0.75 | 58.64 | 0.54 | 0.16 |
| Hex | 3F | 3E | 13 | 0 | 2 | 46 | 4B | 3B | 36 | 10 |
| Octal | 77 | 76 | 23 | 0 | 2 | 106 | 113 | 73 | 66 | 20 |
| Binary | 111111 | 111110 | 10011 | 0 | 10 | 1000110 | 1001011 | 111011 | 110110 | 10000 |
Color Harmonies of #3F3E13
Complementary color
Monochromatic Colors of #3F3E13
Black with #3F3E13
Text Example
Text Example
White with #3F3E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3E13; }
p { color: rgb(63,62,19); }
H1.HeaderClassName
{
color: #3F3E13;
}
.AnyTagClassName
{
color: #3F3E13;
}
</style>
background-color css
<style>
a { background-color: #3F3E13; }
a { background-color: rgb(63,62,19); }
div.DivClassName
{
background-color: #3F3E13;
}
.BgClassName
{
background-color: #3F3E13;
}
</style>
border-color css
<style>
span { border-color: #3F3E13; }
span { border-color: rgb(63,62,19); }
td.TdClassName
{
border-color: #3F3E13;
}
.TagClassName
{
border-color: #3F3E13;
}
</style>