Shades of Turtle Green #374716
Tints of Turtle Green #374716
RGB
CMYK
RGB Variations
Color information
#374716 (or 0x374716) is known color: Turtle Green. HEX triplet: 37, 47 and 16. RGB value is (55,71,22). Sum of RGB (Red+Green+Blue) = 55+71+22=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 71 (28.12% from 255 or 47.97% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 71 - color contains mainly: green. Hex color #374716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374716 is #C8B8E9. Grayscale: #3C3C3C. Windows color (decimal): -13154538 or 1460023. OLE color: 1460023.
HSL color Cylindrical-coordinate representation of color #374716: hue angle of 79.59º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #374716 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 71 | 22 | - |
| CMYK | 0.23 | 0 | 0.69 | 0.72 |
| HSL | 79.59º | 0.53% | 0.18% | - |
| HSV(B) | 79.59º | 0.69% | 0.28% | - |
| XYZ | 3.97 | 5.38 | 1.59 | - |
| YUV | 60.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 71 | 22 | 0.23 | 0 | 0.69 | 0.72 | 79.59 | 0.53 | 0.18 |
| Hex | 37 | 47 | 16 | 17 | 0 | 45 | 48 | 50 | 35 | 12 |
| Octal | 67 | 107 | 26 | 27 | 0 | 105 | 110 | 120 | 65 | 22 |
| Binary | 110111 | 1000111 | 10110 | 10111 | 0 | 1000101 | 1001000 | 1010000 | 110101 | 10010 |
Color Harmonies of #374716
Complementary color
Monochromatic Colors of #374716
Black with #374716
Text Example
Text Example
White with #374716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374716; }
p { color: rgb(55,71,22); }
H1.HeaderClassName
{
color: #374716;
}
.AnyTagClassName
{
color: #374716;
}
</style>
background-color css
<style>
a { background-color: #374716; }
a { background-color: rgb(55,71,22); }
div.DivClassName
{
background-color: #374716;
}
.BgClassName
{
background-color: #374716;
}
</style>
border-color css
<style>
span { border-color: #374716; }
span { border-color: rgb(55,71,22); }
td.TdClassName
{
border-color: #374716;
}
.TagClassName
{
border-color: #374716;
}
</style>