Shades of Turtle Green #3F431D
Tints of Turtle Green #3F431D
RGB
CMYK
RGB Variations
Color information
#3F431D (or 0x3F431D) is known color: Turtle Green. HEX triplet: 3F, 43 and 1D. RGB value is (63,67,29). Sum of RGB (Red+Green+Blue) = 63+67+29=159 (21% of max value = 765). Red value is 63 (25% from 255 or 39.62% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 67 - color contains mainly: green. Hex color #3F431D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F431D is #C0BCE2. Grayscale: #3D3D3D. Windows color (decimal): -12631267 or 1917759. OLE color: 1917759.
HSL color Cylindrical-coordinate representation of color #3F431D: hue angle of 66.32º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F431D is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 67 | 29 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.74 |
| HSL | 66.32º | 0.4% | 0.19% | - |
| HSV(B) | 66.32º | 0.57% | 0.26% | - |
| XYZ | 4.28 | 5.16 | 1.93 | - |
| YUV | 61.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 29 | 0.06 | 0 | 0.57 | 0.74 | 66.32 | 0.4 | 0.19 |
| Hex | 3F | 43 | 1D | 6 | 0 | 39 | 4A | 42 | 28 | 13 |
| Octal | 77 | 103 | 35 | 6 | 0 | 71 | 112 | 102 | 50 | 23 |
| Binary | 111111 | 1000011 | 11101 | 110 | 0 | 111001 | 1001010 | 1000010 | 101000 | 10011 |
Color Harmonies of #3F431D
Complementary color
Monochromatic Colors of #3F431D
Black with #3F431D
Text Example
Text Example
White with #3F431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F431D; }
p { color: rgb(63,67,29); }
H1.HeaderClassName
{
color: #3F431D;
}
.AnyTagClassName
{
color: #3F431D;
}
</style>
background-color css
<style>
a { background-color: #3F431D; }
a { background-color: rgb(63,67,29); }
div.DivClassName
{
background-color: #3F431D;
}
.BgClassName
{
background-color: #3F431D;
}
</style>
border-color css
<style>
span { border-color: #3F431D; }
span { border-color: rgb(63,67,29); }
td.TdClassName
{
border-color: #3F431D;
}
.TagClassName
{
border-color: #3F431D;
}
</style>