Shades of Turtle Green #3D4216
Tints of Turtle Green #3D4216
RGB
CMYK
RGB Variations
Color information
#3D4216 (or 0x3D4216) is known color: Turtle Green. HEX triplet: 3D, 42 and 16. RGB value is (61,66,22). Sum of RGB (Red+Green+Blue) = 61+66+22=149 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.94% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #3D4216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D4216 is #C2BDE9. Grayscale: #3B3B3B. Windows color (decimal): -12762602 or 1458749. OLE color: 1458749.
HSL color Cylindrical-coordinate representation of color #3D4216: hue angle of 66.82º degrees, saturation: 0.5, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D4216 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 61 | 66 | 22 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.74 |
| HSL | 66.82º | 0.5% | 0.17% | - |
| HSV(B) | 66.82º | 0.67% | 0.26% | - |
| XYZ | 4.02 | 4.95 | 1.5 | - |
| YUV | 59.49 | 106.84 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 22 | 0.08 | 0 | 0.67 | 0.74 | 66.82 | 0.5 | 0.17 |
| Hex | 3D | 42 | 16 | 8 | 0 | 43 | 4A | 43 | 32 | 11 |
| Octal | 75 | 102 | 26 | 10 | 0 | 103 | 112 | 103 | 62 | 21 |
| Binary | 111101 | 1000010 | 10110 | 1000 | 0 | 1000011 | 1001010 | 1000011 | 110010 | 10001 |
Color Harmonies of #3D4216
Complementary color
Monochromatic Colors of #3D4216
Black with #3D4216
Text Example
Text Example
White with #3D4216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4216; }
p { color: rgb(61,66,22); }
H1.HeaderClassName
{
color: #3D4216;
}
.AnyTagClassName
{
color: #3D4216;
}
</style>
background-color css
<style>
a { background-color: #3D4216; }
a { background-color: rgb(61,66,22); }
div.DivClassName
{
background-color: #3D4216;
}
.BgClassName
{
background-color: #3D4216;
}
</style>
border-color css
<style>
span { border-color: #3D4216; }
span { border-color: rgb(61,66,22); }
td.TdClassName
{
border-color: #3D4216;
}
.TagClassName
{
border-color: #3D4216;
}
</style>