Shades of Turtle Green #3F421A
Tints of Turtle Green #3F421A
RGB
CMYK
RGB Variations
Color information
#3F421A (or 0x3F421A) is known color: Turtle Green. HEX triplet: 3F, 42 and 1A. RGB value is (63,66,26). Sum of RGB (Red+Green+Blue) = 63+66+26=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #3F421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F421A is #C0BDE5. Grayscale: #3C3C3C. Windows color (decimal): -12631526 or 1720895. OLE color: 1720895.
HSL color Cylindrical-coordinate representation of color #3F421A: hue angle of 64.5º degrees, saturation: 0.43, 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 #3F421A is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 66 | 26 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.74 |
| HSL | 64.5º | 0.43% | 0.18% | - |
| HSV(B) | 64.5º | 0.61% | 0.26% | - |
| XYZ | 4.18 | 5.03 | 1.73 | - |
| YUV | 60.54 | 108.51 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 26 | 0.05 | 0 | 0.61 | 0.74 | 64.5 | 0.43 | 0.18 |
| Hex | 3F | 42 | 1A | 5 | 0 | 3D | 4A | 40 | 2B | 12 |
| Octal | 77 | 102 | 32 | 5 | 0 | 75 | 112 | 100 | 53 | 22 |
| Binary | 111111 | 1000010 | 11010 | 101 | 0 | 111101 | 1001010 | 1000000 | 101011 | 10010 |
Color Harmonies of #3F421A
Complementary color
Monochromatic Colors of #3F421A
Black with #3F421A
Text Example
Text Example
White with #3F421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F421A; }
p { color: rgb(63,66,26); }
H1.HeaderClassName
{
color: #3F421A;
}
.AnyTagClassName
{
color: #3F421A;
}
</style>
background-color css
<style>
a { background-color: #3F421A; }
a { background-color: rgb(63,66,26); }
div.DivClassName
{
background-color: #3F421A;
}
.BgClassName
{
background-color: #3F421A;
}
</style>
border-color css
<style>
span { border-color: #3F421A; }
span { border-color: rgb(63,66,26); }
td.TdClassName
{
border-color: #3F421A;
}
.TagClassName
{
border-color: #3F421A;
}
</style>