Shades of Turtle Green #3D4422
Tints of Turtle Green #3D4422
RGB
CMYK
RGB Variations
Color information
#3D4422 (or 0x3D4422) is known color: Turtle Green. HEX triplet: 3D, 44 and 22. RGB value is (61,68,34). Sum of RGB (Red+Green+Blue) = 61+68+34=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 68 - color contains mainly: green. Hex color #3D4422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4422 is #C2BBDD. Grayscale: #3E3E3E. Windows color (decimal): -12762078 or 2245693. OLE color: 2245693.
HSL color Cylindrical-coordinate representation of color #3D4422: hue angle of 72.35º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D4422 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 68 | 34 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.73 |
| HSL | 72.35º | 0.33% | 0.2% | - |
| HSV(B) | 72.35º | 0.5% | 0.27% | - |
| XYZ | 4.28 | 5.24 | 2.3 | - |
| YUV | 62.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 68 | 34 | 0.10 | 0 | 0.50 | 0.73 | 72.35 | 0.33 | 0.2 |
| Hex | 3D | 44 | 22 | A | 0 | 32 | 49 | 48 | 21 | 14 |
| Octal | 75 | 104 | 42 | 12 | 0 | 62 | 111 | 110 | 41 | 24 |
| Binary | 111101 | 1000100 | 100010 | 1010 | 0 | 110010 | 1001001 | 1001000 | 100001 | 10100 |
Color Harmonies of #3D4422
Complementary color
Monochromatic Colors of #3D4422
Black with #3D4422
Text Example
Text Example
White with #3D4422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4422; }
p { color: rgb(61,68,34); }
H1.HeaderClassName
{
color: #3D4422;
}
.AnyTagClassName
{
color: #3D4422;
}
</style>
background-color css
<style>
a { background-color: #3D4422; }
a { background-color: rgb(61,68,34); }
div.DivClassName
{
background-color: #3D4422;
}
.BgClassName
{
background-color: #3D4422;
}
</style>
border-color css
<style>
span { border-color: #3D4422; }
span { border-color: rgb(61,68,34); }
td.TdClassName
{
border-color: #3D4422;
}
.TagClassName
{
border-color: #3D4422;
}
</style>