Shades of Turtle Green #3F431A
Tints of Turtle Green #3F431A
RGB
CMYK
RGB Variations
Color information
#3F431A (or 0x3F431A) is known color: Turtle Green. HEX triplet: 3F, 43 and 1A. RGB value is (63,67,26). Sum of RGB (Red+Green+Blue) = 63+67+26=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 67 - color contains mainly: green. Hex color #3F431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F431A is #C0BCE5. Grayscale: #3D3D3D. Windows color (decimal): -12631270 or 1721151. OLE color: 1721151.
HSL color Cylindrical-coordinate representation of color #3F431A: hue angle of 65.85º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F431A is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 67 | 26 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.74 |
| HSL | 65.85º | 0.44% | 0.18% | - |
| HSV(B) | 65.85º | 0.61% | 0.26% | - |
| XYZ | 4.24 | 5.15 | 1.75 | - |
| YUV | 61.13 | 108.17 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 26 | 0.06 | 0 | 0.61 | 0.74 | 65.85 | 0.44 | 0.18 |
| Hex | 3F | 43 | 1A | 6 | 0 | 3D | 4A | 42 | 2C | 12 |
| Octal | 77 | 103 | 32 | 6 | 0 | 75 | 112 | 102 | 54 | 22 |
| Binary | 111111 | 1000011 | 11010 | 110 | 0 | 111101 | 1001010 | 1000010 | 101100 | 10010 |
Color Harmonies of #3F431A
Complementary color
Monochromatic Colors of #3F431A
Black with #3F431A
Text Example
Text Example
White with #3F431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F431A; }
p { color: rgb(63,67,26); }
H1.HeaderClassName
{
color: #3F431A;
}
.AnyTagClassName
{
color: #3F431A;
}
</style>
background-color css
<style>
a { background-color: #3F431A; }
a { background-color: rgb(63,67,26); }
div.DivClassName
{
background-color: #3F431A;
}
.BgClassName
{
background-color: #3F431A;
}
</style>
border-color css
<style>
span { border-color: #3F431A; }
span { border-color: rgb(63,67,26); }
td.TdClassName
{
border-color: #3F431A;
}
.TagClassName
{
border-color: #3F431A;
}
</style>