Shades of Turtle Green #374517
Tints of Turtle Green #374517
RGB
CMYK
RGB Variations
Color information
#374517 (or 0x374517) is known color: Turtle Green. HEX triplet: 37, 45 and 17. RGB value is (55,69,23). Sum of RGB (Red+Green+Blue) = 55+69+23=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 69 (27.34% from 255 or 46.94% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 69 - color contains mainly: green. Hex color #374517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374517 is #C8BAE8. Grayscale: #3B3B3B. Windows color (decimal): -13155049 or 1525047. OLE color: 1525047.
HSL color Cylindrical-coordinate representation of color #374517: hue angle of 78.26º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #374517 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 69 | 23 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.73 |
| HSL | 78.26º | 0.5% | 0.18% | - |
| HSV(B) | 78.26º | 0.67% | 0.27% | - |
| XYZ | 3.86 | 5.13 | 1.6 | - |
| YUV | 59.57 | 107.36 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 23 | 0.20 | 0 | 0.67 | 0.73 | 78.26 | 0.5 | 0.18 |
| Hex | 37 | 45 | 17 | 14 | 0 | 43 | 49 | 4E | 32 | 12 |
| Octal | 67 | 105 | 27 | 24 | 0 | 103 | 111 | 116 | 62 | 22 |
| Binary | 110111 | 1000101 | 10111 | 10100 | 0 | 1000011 | 1001001 | 1001110 | 110010 | 10010 |
Color Harmonies of #374517
Complementary color
Monochromatic Colors of #374517
Black with #374517
Text Example
Text Example
White with #374517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374517; }
p { color: rgb(55,69,23); }
H1.HeaderClassName
{
color: #374517;
}
.AnyTagClassName
{
color: #374517;
}
</style>
background-color css
<style>
a { background-color: #374517; }
a { background-color: rgb(55,69,23); }
div.DivClassName
{
background-color: #374517;
}
.BgClassName
{
background-color: #374517;
}
</style>
border-color css
<style>
span { border-color: #374517; }
span { border-color: rgb(55,69,23); }
td.TdClassName
{
border-color: #374517;
}
.TagClassName
{
border-color: #374517;
}
</style>