Shades of Turtle Green #3D4420
Tints of Turtle Green #3D4420
RGB
CMYK
RGB Variations
Color information
#3D4420 (or 0x3D4420) is known color: Turtle Green. HEX triplet: 3D, 44 and 20. RGB value is (61,68,32). Sum of RGB (Red+Green+Blue) = 61+68+32=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 68 - color contains mainly: green. Hex color #3D4420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4420 is #C2BBDF. Grayscale: #3D3D3D. Windows color (decimal): -12762080 or 2114621. OLE color: 2114621.
HSL color Cylindrical-coordinate representation of color #3D4420: hue angle of 71.67º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D4420 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 68 | 32 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.73 |
| HSL | 71.67º | 0.36% | 0.2% | - |
| HSV(B) | 71.67º | 0.53% | 0.27% | - |
| XYZ | 4.25 | 5.23 | 2.15 | - |
| YUV | 61.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 68 | 32 | 0.10 | 0 | 0.53 | 0.73 | 71.67 | 0.36 | 0.2 |
| Hex | 3D | 44 | 20 | A | 0 | 35 | 49 | 48 | 24 | 14 |
| Octal | 75 | 104 | 40 | 12 | 0 | 65 | 111 | 110 | 44 | 24 |
| Binary | 111101 | 1000100 | 100000 | 1010 | 0 | 110101 | 1001001 | 1001000 | 100100 | 10100 |
Color Harmonies of #3D4420
Complementary color
Monochromatic Colors of #3D4420
Black with #3D4420
Text Example
Text Example
White with #3D4420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4420; }
p { color: rgb(61,68,32); }
H1.HeaderClassName
{
color: #3D4420;
}
.AnyTagClassName
{
color: #3D4420;
}
</style>
background-color css
<style>
a { background-color: #3D4420; }
a { background-color: rgb(61,68,32); }
div.DivClassName
{
background-color: #3D4420;
}
.BgClassName
{
background-color: #3D4420;
}
</style>
border-color css
<style>
span { border-color: #3D4420; }
span { border-color: rgb(61,68,32); }
td.TdClassName
{
border-color: #3D4420;
}
.TagClassName
{
border-color: #3D4420;
}
</style>