Shades of Turtle Green #374D17
Tints of Turtle Green #374D17
RGB
CMYK
RGB Variations
Color information
#374D17 (or 0x374D17) is known color: Turtle Green. HEX triplet: 37, 4D and 17. RGB value is (55,77,23). Sum of RGB (Red+Green+Blue) = 55+77+23=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 77 (30.47% from 255 or 49.68% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 77 - color contains mainly: green. Hex color #374D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374D17 is #C8B2E8. Grayscale: #404040. Windows color (decimal): -13153001 or 1527095. OLE color: 1527095.
HSL color Cylindrical-coordinate representation of color #374D17: hue angle of 84.44º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #374D17 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 77 | 23 | - |
| CMYK | 0.29 | 0 | 0.70 | 0.70 |
| HSL | 84.44º | 0.54% | 0.2% | - |
| HSV(B) | 84.44º | 0.7% | 0.3% | - |
| XYZ | 4.38 | 6.18 | 1.77 | - |
| YUV | 64.27 | 104.71 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 77 | 23 | 0.29 | 0 | 0.70 | 0.70 | 84.44 | 0.54 | 0.2 |
| Hex | 37 | 4D | 17 | 1D | 0 | 46 | 46 | 54 | 36 | 14 |
| Octal | 67 | 115 | 27 | 35 | 0 | 106 | 106 | 124 | 66 | 24 |
| Binary | 110111 | 1001101 | 10111 | 11101 | 0 | 1000110 | 1000110 | 1010100 | 110110 | 10100 |
Color Harmonies of #374D17
Complementary color
Monochromatic Colors of #374D17
Black with #374D17
Text Example
Text Example
White with #374D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374D17; }
p { color: rgb(55,77,23); }
H1.HeaderClassName
{
color: #374D17;
}
.AnyTagClassName
{
color: #374D17;
}
</style>
background-color css
<style>
a { background-color: #374D17; }
a { background-color: rgb(55,77,23); }
div.DivClassName
{
background-color: #374D17;
}
.BgClassName
{
background-color: #374D17;
}
</style>
border-color css
<style>
span { border-color: #374D17; }
span { border-color: rgb(55,77,23); }
td.TdClassName
{
border-color: #374D17;
}
.TagClassName
{
border-color: #374D17;
}
</style>