Shades of Turtle Green #3F421D
Tints of Turtle Green #3F421D
RGB
CMYK
RGB Variations
Color information
#3F421D (or 0x3F421D) is known color: Turtle Green. HEX triplet: 3F, 42 and 1D. RGB value is (63,66,29). Sum of RGB (Red+Green+Blue) = 63+66+29=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 29 (11.72% from 255 or 18.35% from 158); Max value from RGB is 66 - color contains mainly: green. Hex color #3F421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F421D is #C0BDE2. Grayscale: #3D3D3D. Windows color (decimal): -12631523 or 1917503. OLE color: 1917503.
HSL color Cylindrical-coordinate representation of color #3F421D: hue angle of 64.86º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F421D is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 66 | 29 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.74 |
| HSL | 64.86º | 0.39% | 0.19% | - |
| HSV(B) | 64.86º | 0.56% | 0.26% | - |
| XYZ | 4.22 | 5.04 | 1.91 | - |
| YUV | 60.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 29 | 0.05 | 0 | 0.56 | 0.74 | 64.86 | 0.39 | 0.19 |
| Hex | 3F | 42 | 1D | 5 | 0 | 38 | 4A | 41 | 27 | 13 |
| Octal | 77 | 102 | 35 | 5 | 0 | 70 | 112 | 101 | 47 | 23 |
| Binary | 111111 | 1000010 | 11101 | 101 | 0 | 111000 | 1001010 | 1000001 | 100111 | 10011 |
Color Harmonies of #3F421D
Complementary color
Monochromatic Colors of #3F421D
Black with #3F421D
Text Example
Text Example
White with #3F421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F421D; }
p { color: rgb(63,66,29); }
H1.HeaderClassName
{
color: #3F421D;
}
.AnyTagClassName
{
color: #3F421D;
}
</style>
background-color css
<style>
a { background-color: #3F421D; }
a { background-color: rgb(63,66,29); }
div.DivClassName
{
background-color: #3F421D;
}
.BgClassName
{
background-color: #3F421D;
}
</style>
border-color css
<style>
span { border-color: #3F421D; }
span { border-color: rgb(63,66,29); }
td.TdClassName
{
border-color: #3F421D;
}
.TagClassName
{
border-color: #3F421D;
}
</style>