Shades of Turtle Green #3F3D07
Tints of Turtle Green #3F3D07
RGB
CMYK
RGB Variations
Color information
#3F3D07 (or 0x3F3D07) is known color: Turtle Green. HEX triplet: 3F, 3D and 07. RGB value is (63,61,7). Sum of RGB (Red+Green+Blue) = 63+61+7=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 7 (3.12% from 255 or 5.34% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F3D07 is #C0C2F8. Grayscale: #373737. Windows color (decimal): -12632825 or 474431. OLE color: 474431.
HSL color Cylindrical-coordinate representation of color #3F3D07: hue angle of 57.86º 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 #3F3D07 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 61 | 7 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.75 |
| HSL | 57.86º | 0.8% | 0.14% | - |
| HSV(B) | 57.86º | 0.89% | 0.25% | - |
| XYZ | 3.76 | 4.41 | 0.85 | - |
| YUV | 55.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 61 | 7 | 0 | 0.03 | 0.89 | 0.75 | 57.86 | 0.8 | 0.14 |
| Hex | 3F | 3D | 7 | 0 | 3 | 59 | 4B | 3A | 50 | E |
| Octal | 77 | 75 | 7 | 0 | 3 | 131 | 113 | 72 | 120 | 16 |
| Binary | 111111 | 111101 | 111 | 0 | 11 | 1011001 | 1001011 | 111010 | 1010000 | 1110 |
Color Harmonies of #3F3D07
Complementary color
Monochromatic Colors of #3F3D07
Black with #3F3D07
Text Example
Text Example
White with #3F3D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3D07; }
p { color: rgb(63,61,7); }
H1.HeaderClassName
{
color: #3F3D07;
}
.AnyTagClassName
{
color: #3F3D07;
}
</style>
background-color css
<style>
a { background-color: #3F3D07; }
a { background-color: rgb(63,61,7); }
div.DivClassName
{
background-color: #3F3D07;
}
.BgClassName
{
background-color: #3F3D07;
}
</style>
border-color css
<style>
span { border-color: #3F3D07; }
span { border-color: rgb(63,61,7); }
td.TdClassName
{
border-color: #3F3D07;
}
.TagClassName
{
border-color: #3F3D07;
}
</style>