Shades of Turtle Green #3D481E
Tints of Turtle Green #3D481E
RGB
CMYK
RGB Variations
Color information
#3D481E (or 0x3D481E) is known color: Turtle Green. HEX triplet: 3D, 48 and 1E. RGB value is (61,72,30). Sum of RGB (Red+Green+Blue) = 61+72+30=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #3D481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D481E is #C2B7E1. Grayscale: #404040. Windows color (decimal): -12761058 or 1984573. OLE color: 1984573.
HSL color Cylindrical-coordinate representation of color #3D481E: hue angle of 75.71º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D481E is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 72 | 30 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.72 |
| HSL | 75.71º | 0.41% | 0.2% | - |
| HSV(B) | 75.71º | 0.58% | 0.28% | - |
| XYZ | 4.48 | 5.72 | 2.1 | - |
| YUV | 63.92 | 108.86 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 72 | 30 | 0.15 | 0 | 0.58 | 0.72 | 75.71 | 0.41 | 0.2 |
| Hex | 3D | 48 | 1E | F | 0 | 3A | 48 | 4C | 29 | 14 |
| Octal | 75 | 110 | 36 | 17 | 0 | 72 | 110 | 114 | 51 | 24 |
| Binary | 111101 | 1001000 | 11110 | 1111 | 0 | 111010 | 1001000 | 1001100 | 101001 | 10100 |
Color Harmonies of #3D481E
Complementary color
Monochromatic Colors of #3D481E
Black with #3D481E
Text Example
Text Example
White with #3D481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D481E; }
p { color: rgb(61,72,30); }
H1.HeaderClassName
{
color: #3D481E;
}
.AnyTagClassName
{
color: #3D481E;
}
</style>
background-color css
<style>
a { background-color: #3D481E; }
a { background-color: rgb(61,72,30); }
div.DivClassName
{
background-color: #3D481E;
}
.BgClassName
{
background-color: #3D481E;
}
</style>
border-color css
<style>
span { border-color: #3D481E; }
span { border-color: rgb(61,72,30); }
td.TdClassName
{
border-color: #3D481E;
}
.TagClassName
{
border-color: #3D481E;
}
</style>