Shades of Turtle Green #3F3E07
Tints of Turtle Green #3F3E07
RGB
CMYK
RGB Variations
Color information
#3F3E07 (or 0x3F3E07) is known color: Turtle Green. HEX triplet: 3F, 3E and 07. RGB value is (63,62,7). Sum of RGB (Red+Green+Blue) = 63+62+7=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3E07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3E07 is #C0C1F8. Grayscale: #383838. Windows color (decimal): -12632569 or 474687. OLE color: 474687.
HSL color Cylindrical-coordinate representation of color #3F3E07: hue angle of 58.93º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F3E07 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 62 | 7 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.75 |
| HSL | 58.93º | 0.8% | 0.14% | - |
| HSV(B) | 58.93º | 0.89% | 0.25% | - |
| XYZ | 3.81 | 4.52 | 0.87 | - |
| YUV | 56.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 62 | 7 | 0 | 0.02 | 0.89 | 0.75 | 58.93 | 0.8 | 0.14 |
| Hex | 3F | 3E | 7 | 0 | 2 | 59 | 4B | 3B | 50 | E |
| Octal | 77 | 76 | 7 | 0 | 2 | 131 | 113 | 73 | 120 | 16 |
| Binary | 111111 | 111110 | 111 | 0 | 10 | 1011001 | 1001011 | 111011 | 1010000 | 1110 |
Color Harmonies of #3F3E07
Complementary color
Monochromatic Colors of #3F3E07
Black with #3F3E07
Text Example
Text Example
White with #3F3E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3E07; }
p { color: rgb(63,62,7); }
H1.HeaderClassName
{
color: #3F3E07;
}
.AnyTagClassName
{
color: #3F3E07;
}
</style>
background-color css
<style>
a { background-color: #3F3E07; }
a { background-color: rgb(63,62,7); }
div.DivClassName
{
background-color: #3F3E07;
}
.BgClassName
{
background-color: #3F3E07;
}
</style>
border-color css
<style>
span { border-color: #3F3E07; }
span { border-color: rgb(63,62,7); }
td.TdClassName
{
border-color: #3F3E07;
}
.TagClassName
{
border-color: #3F3E07;
}
</style>