Shades of Turtle Green #3F410C
Tints of Turtle Green #3F410C
RGB
CMYK
RGB Variations
Color information
#3F410C (or 0x3F410C) is known color: Turtle Green. HEX triplet: 3F, 41 and 0C. RGB value is (63,65,12). Sum of RGB (Red+Green+Blue) = 63+65+12=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #3F410C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F410C is #C0BEF3. Grayscale: #3A3A3A. Windows color (decimal): -12631796 or 803135. OLE color: 803135.
HSL color Cylindrical-coordinate representation of color #3F410C: hue angle of 62.26º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F410C is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 65 | 12 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.75 |
| HSL | 62.26º | 0.69% | 0.15% | - |
| HSV(B) | 62.26º | 0.82% | 0.25% | - |
| XYZ | 4.01 | 4.86 | 1.08 | - |
| YUV | 58.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 12 | 0.03 | 0 | 0.82 | 0.75 | 62.26 | 0.69 | 0.15 |
| Hex | 3F | 41 | C | 3 | 0 | 52 | 4B | 3E | 45 | F |
| Octal | 77 | 101 | 14 | 3 | 0 | 122 | 113 | 76 | 105 | 17 |
| Binary | 111111 | 1000001 | 1100 | 11 | 0 | 1010010 | 1001011 | 111110 | 1000101 | 1111 |
Color Harmonies of #3F410C
Complementary color
Monochromatic Colors of #3F410C
Black with #3F410C
Text Example
Text Example
White with #3F410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F410C; }
p { color: rgb(63,65,12); }
H1.HeaderClassName
{
color: #3F410C;
}
.AnyTagClassName
{
color: #3F410C;
}
</style>
background-color css
<style>
a { background-color: #3F410C; }
a { background-color: rgb(63,65,12); }
div.DivClassName
{
background-color: #3F410C;
}
.BgClassName
{
background-color: #3F410C;
}
</style>
border-color css
<style>
span { border-color: #3F410C; }
span { border-color: rgb(63,65,12); }
td.TdClassName
{
border-color: #3F410C;
}
.TagClassName
{
border-color: #3F410C;
}
</style>