Shades of Turtle Green #374717
Tints of Turtle Green #374717
RGB
CMYK
RGB Variations
Color information
#374717 (or 0x374717) is known color: Turtle Green. HEX triplet: 37, 47 and 17. RGB value is (55,71,23). Sum of RGB (Red+Green+Blue) = 55+71+23=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #374717 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374717 is #C8B8E8. Grayscale: #3C3C3C. Windows color (decimal): -13154537 or 1525559. OLE color: 1525559.
HSL color Cylindrical-coordinate representation of color #374717: hue angle of 80º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #374717 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 71 | 23 | - |
| CMYK | 0.23 | 0 | 0.68 | 0.72 |
| HSL | 80º | 0.51% | 0.18% | - |
| HSV(B) | 80º | 0.68% | 0.28% | - |
| XYZ | 3.98 | 5.38 | 1.64 | - |
| YUV | 60.74 | 106.7 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 71 | 23 | 0.23 | 0 | 0.68 | 0.72 | 80 | 0.51 | 0.18 |
| Hex | 37 | 47 | 17 | 17 | 0 | 44 | 48 | 50 | 33 | 12 |
| Octal | 67 | 107 | 27 | 27 | 0 | 104 | 110 | 120 | 63 | 22 |
| Binary | 110111 | 1000111 | 10111 | 10111 | 0 | 1000100 | 1001000 | 1010000 | 110011 | 10010 |
Color Harmonies of #374717
Complementary color
Monochromatic Colors of #374717
Black with #374717
Text Example
Text Example
White with #374717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374717; }
p { color: rgb(55,71,23); }
H1.HeaderClassName
{
color: #374717;
}
.AnyTagClassName
{
color: #374717;
}
</style>
background-color css
<style>
a { background-color: #374717; }
a { background-color: rgb(55,71,23); }
div.DivClassName
{
background-color: #374717;
}
.BgClassName
{
background-color: #374717;
}
</style>
border-color css
<style>
span { border-color: #374717; }
span { border-color: rgb(55,71,23); }
td.TdClassName
{
border-color: #374717;
}
.TagClassName
{
border-color: #374717;
}
</style>