Shades of Turtle Green #374611
Tints of Turtle Green #374611
RGB
CMYK
RGB Variations
Color information
#374611 (or 0x374611) is known color: Turtle Green. HEX triplet: 37, 46 and 11. RGB value is (55,70,17). Sum of RGB (Red+Green+Blue) = 55+70+17=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 17 (7.03% from 255 or 11.97% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #374611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374611 is #C8B9EE. Grayscale: #3B3B3B. Windows color (decimal): -13154799 or 1132087. OLE color: 1132087.
HSL color Cylindrical-coordinate representation of color #374611: hue angle of 76.98º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #374611 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 70 | 17 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.73 |
| HSL | 76.98º | 0.61% | 0.17% | - |
| HSV(B) | 76.98º | 0.76% | 0.27% | - |
| XYZ | 3.87 | 5.23 | 1.34 | - |
| YUV | 59.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 17 | 0.21 | 0 | 0.76 | 0.73 | 76.98 | 0.61 | 0.17 |
| Hex | 37 | 46 | 11 | 15 | 0 | 4C | 49 | 4D | 3D | 11 |
| Octal | 67 | 106 | 21 | 25 | 0 | 114 | 111 | 115 | 75 | 21 |
| Binary | 110111 | 1000110 | 10001 | 10101 | 0 | 1001100 | 1001001 | 1001101 | 111101 | 10001 |
Color Harmonies of #374611
Complementary color
Monochromatic Colors of #374611
Black with #374611
Text Example
Text Example
White with #374611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374611; }
p { color: rgb(55,70,17); }
H1.HeaderClassName
{
color: #374611;
}
.AnyTagClassName
{
color: #374611;
}
</style>
background-color css
<style>
a { background-color: #374611; }
a { background-color: rgb(55,70,17); }
div.DivClassName
{
background-color: #374611;
}
.BgClassName
{
background-color: #374611;
}
</style>
border-color css
<style>
span { border-color: #374611; }
span { border-color: rgb(55,70,17); }
td.TdClassName
{
border-color: #374611;
}
.TagClassName
{
border-color: #374611;
}
</style>