Shades of Turtle Green #3F4015
Tints of Turtle Green #3F4015
RGB
CMYK
RGB Variations
Color information
#3F4015 (or 0x3F4015) is known color: Turtle Green. HEX triplet: 3F, 40 and 15. RGB value is (63,64,21). Sum of RGB (Red+Green+Blue) = 63+64+21=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 64 - color contains mainly: green. Hex color #3F4015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4015 is #C0BFEA. Grayscale: #3A3A3A. Windows color (decimal): -12632043 or 1392703. OLE color: 1392703.
HSL color Cylindrical-coordinate representation of color #3F4015: hue angle of 61.4º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F4015 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 64 | 21 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.75 |
| HSL | 61.4º | 0.51% | 0.17% | - |
| HSV(B) | 61.4º | 0.67% | 0.25% | - |
| XYZ | 4.02 | 4.78 | 1.42 | - |
| YUV | 58.8 | 106.67 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 21 | 0.02 | 0 | 0.67 | 0.75 | 61.4 | 0.51 | 0.17 |
| Hex | 3F | 40 | 15 | 2 | 0 | 43 | 4B | 3D | 33 | 11 |
| Octal | 77 | 100 | 25 | 2 | 0 | 103 | 113 | 75 | 63 | 21 |
| Binary | 111111 | 1000000 | 10101 | 10 | 0 | 1000011 | 1001011 | 111101 | 110011 | 10001 |
Color Harmonies of #3F4015
Complementary color
Monochromatic Colors of #3F4015
Black with #3F4015
Text Example
Text Example
White with #3F4015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4015; }
p { color: rgb(63,64,21); }
H1.HeaderClassName
{
color: #3F4015;
}
.AnyTagClassName
{
color: #3F4015;
}
</style>
background-color css
<style>
a { background-color: #3F4015; }
a { background-color: rgb(63,64,21); }
div.DivClassName
{
background-color: #3F4015;
}
.BgClassName
{
background-color: #3F4015;
}
</style>
border-color css
<style>
span { border-color: #3F4015; }
span { border-color: rgb(63,64,21); }
td.TdClassName
{
border-color: #3F4015;
}
.TagClassName
{
border-color: #3F4015;
}
</style>