Shades of Turtle Green #374017
Tints of Turtle Green #374017
RGB
CMYK
RGB Variations
Color information
#374017 (or 0x374017) is known color: Turtle Green. HEX triplet: 37, 40 and 17. RGB value is (55,64,23). Sum of RGB (Red+Green+Blue) = 55+64+23=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #374017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374017 is #C8BFE8. Grayscale: #383838. Windows color (decimal): -13156329 or 1523767. OLE color: 1523767.
HSL color Cylindrical-coordinate representation of color #374017: hue angle of 73.17º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #374017 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 64 | 23 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.75 |
| HSL | 73.17º | 0.47% | 0.17% | - |
| HSV(B) | 73.17º | 0.64% | 0.25% | - |
| XYZ | 3.56 | 4.54 | 1.5 | - |
| YUV | 56.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 23 | 0.14 | 0 | 0.64 | 0.75 | 73.17 | 0.47 | 0.17 |
| Hex | 37 | 40 | 17 | E | 0 | 40 | 4B | 49 | 2F | 11 |
| Octal | 67 | 100 | 27 | 16 | 0 | 100 | 113 | 111 | 57 | 21 |
| Binary | 110111 | 1000000 | 10111 | 1110 | 0 | 1000000 | 1001011 | 1001001 | 101111 | 10001 |
Color Harmonies of #374017
Complementary color
Monochromatic Colors of #374017
Black with #374017
Text Example
Text Example
White with #374017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374017; }
p { color: rgb(55,64,23); }
H1.HeaderClassName
{
color: #374017;
}
.AnyTagClassName
{
color: #374017;
}
</style>
background-color css
<style>
a { background-color: #374017; }
a { background-color: rgb(55,64,23); }
div.DivClassName
{
background-color: #374017;
}
.BgClassName
{
background-color: #374017;
}
</style>
border-color css
<style>
span { border-color: #374017; }
span { border-color: rgb(55,64,23); }
td.TdClassName
{
border-color: #374017;
}
.TagClassName
{
border-color: #374017;
}
</style>