Shades of Turtle Green #3F4519
Tints of Turtle Green #3F4519
RGB
CMYK
RGB Variations
Color information
#3F4519 (or 0x3F4519) is known color: Turtle Green. HEX triplet: 3F, 45 and 19. RGB value is (63,69,25). Sum of RGB (Red+Green+Blue) = 63+69+25=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 25 (10.16% from 255 or 15.92% from 157); Max value from RGB is 69 - color contains mainly: green. Hex color #3F4519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4519 is #C0BAE6. Grayscale: #3E3E3E. Windows color (decimal): -12630759 or 1656127. OLE color: 1656127.
HSL color Cylindrical-coordinate representation of color #3F4519: hue angle of 68.18º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F4519 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 69 | 25 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.73 |
| HSL | 68.18º | 0.47% | 0.18% | - |
| HSV(B) | 68.18º | 0.64% | 0.27% | - |
| XYZ | 4.35 | 5.38 | 1.73 | - |
| YUV | 62.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 25 | 0.09 | 0 | 0.64 | 0.73 | 68.18 | 0.47 | 0.18 |
| Hex | 3F | 45 | 19 | 9 | 0 | 40 | 49 | 44 | 2F | 12 |
| Octal | 77 | 105 | 31 | 11 | 0 | 100 | 111 | 104 | 57 | 22 |
| Binary | 111111 | 1000101 | 11001 | 1001 | 0 | 1000000 | 1001001 | 1000100 | 101111 | 10010 |
Color Harmonies of #3F4519
Complementary color
Monochromatic Colors of #3F4519
Black with #3F4519
Text Example
Text Example
White with #3F4519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4519; }
p { color: rgb(63,69,25); }
H1.HeaderClassName
{
color: #3F4519;
}
.AnyTagClassName
{
color: #3F4519;
}
</style>
background-color css
<style>
a { background-color: #3F4519; }
a { background-color: rgb(63,69,25); }
div.DivClassName
{
background-color: #3F4519;
}
.BgClassName
{
background-color: #3F4519;
}
</style>
border-color css
<style>
span { border-color: #3F4519; }
span { border-color: rgb(63,69,25); }
td.TdClassName
{
border-color: #3F4519;
}
.TagClassName
{
border-color: #3F4519;
}
</style>