Shades of Turtle Green #3F4102
Tints of Turtle Green #3F4102
RGB
CMYK
RGB Variations
Color information
#3F4102 (or 0x3F4102) is known color: Turtle Green. HEX triplet: 3F, 41 and 02. RGB value is (63,65,2). Sum of RGB (Red+Green+Blue) = 63+65+2=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #3F4102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F4102 is #C0BEFD. Grayscale: #393939. Windows color (decimal): -12631806 or 147775. OLE color: 147775.
HSL color Cylindrical-coordinate representation of color #3F4102: hue angle of 61.9º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F4102 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 65 | 2 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.75 |
| HSL | 61.9º | 0.94% | 0.13% | - |
| HSV(B) | 61.9º | 0.97% | 0.25% | - |
| XYZ | 3.95 | 4.84 | 0.78 | - |
| YUV | 57.22 | 96.84 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 2 | 0.03 | 0 | 0.97 | 0.75 | 61.9 | 0.94 | 0.13 |
| Hex | 3F | 41 | 2 | 3 | 0 | 61 | 4B | 3E | 5E | D |
| Octal | 77 | 101 | 2 | 3 | 0 | 141 | 113 | 76 | 136 | 15 |
| Binary | 111111 | 1000001 | 10 | 11 | 0 | 1100001 | 1001011 | 111110 | 1011110 | 1101 |
Color Harmonies of #3F4102
Complementary color
Monochromatic Colors of #3F4102
Black with #3F4102
Text Example
Text Example
White with #3F4102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4102; }
p { color: rgb(63,65,2); }
H1.HeaderClassName
{
color: #3F4102;
}
.AnyTagClassName
{
color: #3F4102;
}
</style>
background-color css
<style>
a { background-color: #3F4102; }
a { background-color: rgb(63,65,2); }
div.DivClassName
{
background-color: #3F4102;
}
.BgClassName
{
background-color: #3F4102;
}
</style>
border-color css
<style>
span { border-color: #3F4102; }
span { border-color: rgb(63,65,2); }
td.TdClassName
{
border-color: #3F4102;
}
.TagClassName
{
border-color: #3F4102;
}
</style>