Shades of Turtle Green #3D3F14
Tints of Turtle Green #3D3F14
RGB
CMYK
RGB Variations
Color information
#3D3F14 (or 0x3D3F14) is known color: Turtle Green. HEX triplet: 3D, 3F and 14. RGB value is (61,63,20). Sum of RGB (Red+Green+Blue) = 61+63+20=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 63 - color contains mainly: green. Hex color #3D3F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D3F14 is #C2C0EB. Grayscale: #393939. Windows color (decimal): -12763372 or 1326909. OLE color: 1326909.
HSL color Cylindrical-coordinate representation of color #3D3F14: hue angle of 62.79º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D3F14 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 63 | 20 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.75 |
| HSL | 62.79º | 0.52% | 0.16% | - |
| HSV(B) | 62.79º | 0.68% | 0.25% | - |
| XYZ | 3.83 | 4.6 | 1.35 | - |
| YUV | 57.5 | 106.84 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 63 | 20 | 0.03 | 0 | 0.68 | 0.75 | 62.79 | 0.52 | 0.16 |
| Hex | 3D | 3F | 14 | 3 | 0 | 44 | 4B | 3F | 34 | 10 |
| Octal | 75 | 77 | 24 | 3 | 0 | 104 | 113 | 77 | 64 | 20 |
| Binary | 111101 | 111111 | 10100 | 11 | 0 | 1000100 | 1001011 | 111111 | 110100 | 10000 |
Color Harmonies of #3D3F14
Complementary color
Monochromatic Colors of #3D3F14
Black with #3D3F14
Text Example
Text Example
White with #3D3F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3F14; }
p { color: rgb(61,63,20); }
H1.HeaderClassName
{
color: #3D3F14;
}
.AnyTagClassName
{
color: #3D3F14;
}
</style>
background-color css
<style>
a { background-color: #3D3F14; }
a { background-color: rgb(61,63,20); }
div.DivClassName
{
background-color: #3D3F14;
}
.BgClassName
{
background-color: #3D3F14;
}
</style>
border-color css
<style>
span { border-color: #3D3F14; }
span { border-color: rgb(61,63,20); }
td.TdClassName
{
border-color: #3D3F14;
}
.TagClassName
{
border-color: #3D3F14;
}
</style>