Shades of Turtle Green #374511
Tints of Turtle Green #374511
RGB
CMYK
RGB Variations
Color information
#374511 (or 0x374511) is known color: Turtle Green. HEX triplet: 37, 45 and 11. RGB value is (55,69,17). Sum of RGB (Red+Green+Blue) = 55+69+17=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 69 - color contains mainly: green. Hex color #374511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374511 is #C8BAEE. Grayscale: #3B3B3B. Windows color (decimal): -13155055 or 1131831. OLE color: 1131831.
HSL color Cylindrical-coordinate representation of color #374511: hue angle of 76.15º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #374511 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 69 | 17 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.73 |
| HSL | 76.15º | 0.6% | 0.17% | - |
| HSV(B) | 76.15º | 0.75% | 0.27% | - |
| XYZ | 3.8 | 5.11 | 1.32 | - |
| YUV | 58.89 | 104.36 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 17 | 0.20 | 0 | 0.75 | 0.73 | 76.15 | 0.6 | 0.17 |
| Hex | 37 | 45 | 11 | 14 | 0 | 4B | 49 | 4C | 3C | 11 |
| Octal | 67 | 105 | 21 | 24 | 0 | 113 | 111 | 114 | 74 | 21 |
| Binary | 110111 | 1000101 | 10001 | 10100 | 0 | 1001011 | 1001001 | 1001100 | 111100 | 10001 |
Color Harmonies of #374511
Complementary color
Monochromatic Colors of #374511
Black with #374511
Text Example
Text Example
White with #374511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374511; }
p { color: rgb(55,69,17); }
H1.HeaderClassName
{
color: #374511;
}
.AnyTagClassName
{
color: #374511;
}
</style>
background-color css
<style>
a { background-color: #374511; }
a { background-color: rgb(55,69,17); }
div.DivClassName
{
background-color: #374511;
}
.BgClassName
{
background-color: #374511;
}
</style>
border-color css
<style>
span { border-color: #374511; }
span { border-color: rgb(55,69,17); }
td.TdClassName
{
border-color: #374511;
}
.TagClassName
{
border-color: #374511;
}
</style>