Shades of Turtle Green #3D491C
Tints of Turtle Green #3D491C
RGB
CMYK
RGB Variations
Color information
#3D491C (or 0x3D491C) is known color: Turtle Green. HEX triplet: 3D, 49 and 1C. RGB value is (61,73,28). Sum of RGB (Red+Green+Blue) = 61+73+28=162 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.65% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 73 - color contains mainly: green. Hex color #3D491C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D491C is #C2B6E3. Grayscale: #404040. Windows color (decimal): -12760804 or 1853757. OLE color: 1853757.
HSL color Cylindrical-coordinate representation of color #3D491C: hue angle of 76º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D491C is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 73 | 28 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.71 |
| HSL | 76º | 0.45% | 0.2% | - |
| HSV(B) | 76º | 0.62% | 0.29% | - |
| XYZ | 4.52 | 5.84 | 1.99 | - |
| YUV | 64.28 | 107.52 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 73 | 28 | 0.16 | 0 | 0.62 | 0.71 | 76 | 0.45 | 0.2 |
| Hex | 3D | 49 | 1C | 10 | 0 | 3E | 47 | 4C | 2D | 14 |
| Octal | 75 | 111 | 34 | 20 | 0 | 76 | 107 | 114 | 55 | 24 |
| Binary | 111101 | 1001001 | 11100 | 10000 | 0 | 111110 | 1000111 | 1001100 | 101101 | 10100 |
Color Harmonies of #3D491C
Complementary color
Monochromatic Colors of #3D491C
Black with #3D491C
Text Example
Text Example
White with #3D491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D491C; }
p { color: rgb(61,73,28); }
H1.HeaderClassName
{
color: #3D491C;
}
.AnyTagClassName
{
color: #3D491C;
}
</style>
background-color css
<style>
a { background-color: #3D491C; }
a { background-color: rgb(61,73,28); }
div.DivClassName
{
background-color: #3D491C;
}
.BgClassName
{
background-color: #3D491C;
}
</style>
border-color css
<style>
span { border-color: #3D491C; }
span { border-color: rgb(61,73,28); }
td.TdClassName
{
border-color: #3D491C;
}
.TagClassName
{
border-color: #3D491C;
}
</style>