Shades of Turtle Green #3D471A
Tints of Turtle Green #3D471A
RGB
CMYK
RGB Variations
Color information
#3D471A (or 0x3D471A) is known color: Turtle Green. HEX triplet: 3D, 47 and 1A. RGB value is (61,71,26). Sum of RGB (Red+Green+Blue) = 61+71+26=158 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.61% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #3D471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D471A is #C2B8E5. Grayscale: #3F3F3F. Windows color (decimal): -12761318 or 1722173. OLE color: 1722173.
HSL color Cylindrical-coordinate representation of color #3D471A: hue angle of 73.33º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D471A is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 71 | 26 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.72 |
| HSL | 73.33º | 0.46% | 0.19% | - |
| HSV(B) | 73.33º | 0.63% | 0.28% | - |
| XYZ | 4.36 | 5.57 | 1.82 | - |
| YUV | 62.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 26 | 0.14 | 0 | 0.63 | 0.72 | 73.33 | 0.46 | 0.19 |
| Hex | 3D | 47 | 1A | E | 0 | 3F | 48 | 49 | 2E | 13 |
| Octal | 75 | 107 | 32 | 16 | 0 | 77 | 110 | 111 | 56 | 23 |
| Binary | 111101 | 1000111 | 11010 | 1110 | 0 | 111111 | 1001000 | 1001001 | 101110 | 10011 |
Color Harmonies of #3D471A
Complementary color
Monochromatic Colors of #3D471A
Black with #3D471A
Text Example
Text Example
White with #3D471A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D471A; }
p { color: rgb(61,71,26); }
H1.HeaderClassName
{
color: #3D471A;
}
.AnyTagClassName
{
color: #3D471A;
}
</style>
background-color css
<style>
a { background-color: #3D471A; }
a { background-color: rgb(61,71,26); }
div.DivClassName
{
background-color: #3D471A;
}
.BgClassName
{
background-color: #3D471A;
}
</style>
border-color css
<style>
span { border-color: #3D471A; }
span { border-color: rgb(61,71,26); }
td.TdClassName
{
border-color: #3D471A;
}
.TagClassName
{
border-color: #3D471A;
}
</style>