Shades of Turtle Green #3F4105
Tints of Turtle Green #3F4105
RGB
CMYK
RGB Variations
Color information
#3F4105 (or 0x3F4105) is known color: Turtle Green. HEX triplet: 3F, 41 and 05. RGB value is (63,65,5). Sum of RGB (Red+Green+Blue) = 63+65+5=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4105 is #C0BEFA. Grayscale: #393939. Windows color (decimal): -12631803 or 344383. OLE color: 344383.
HSL color Cylindrical-coordinate representation of color #3F4105: hue angle of 62º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F4105 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 65 | 5 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.75 |
| HSL | 62º | 0.86% | 0.14% | - |
| HSV(B) | 62º | 0.92% | 0.25% | - |
| XYZ | 3.97 | 4.85 | 0.87 | - |
| YUV | 57.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 5 | 0.03 | 0 | 0.92 | 0.75 | 62 | 0.86 | 0.14 |
| Hex | 3F | 41 | 5 | 3 | 0 | 5C | 4B | 3E | 56 | E |
| Octal | 77 | 101 | 5 | 3 | 0 | 134 | 113 | 76 | 126 | 16 |
| Binary | 111111 | 1000001 | 101 | 11 | 0 | 1011100 | 1001011 | 111110 | 1010110 | 1110 |
Color Harmonies of #3F4105
Complementary color
Monochromatic Colors of #3F4105
Black with #3F4105
Text Example
Text Example
White with #3F4105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4105; }
p { color: rgb(63,65,5); }
H1.HeaderClassName
{
color: #3F4105;
}
.AnyTagClassName
{
color: #3F4105;
}
</style>
background-color css
<style>
a { background-color: #3F4105; }
a { background-color: rgb(63,65,5); }
div.DivClassName
{
background-color: #3F4105;
}
.BgClassName
{
background-color: #3F4105;
}
</style>
border-color css
<style>
span { border-color: #3F4105; }
span { border-color: rgb(63,65,5); }
td.TdClassName
{
border-color: #3F4105;
}
.TagClassName
{
border-color: #3F4105;
}
</style>