Shades of Turtle Green #374420
Tints of Turtle Green #374420
RGB
CMYK
RGB Variations
Color information
#374420 (or 0x374420) is known color: Turtle Green. HEX triplet: 37, 44 and 20. RGB value is (55,68,32). Sum of RGB (Red+Green+Blue) = 55+68+32=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 68 - color contains mainly: green. Hex color #374420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374420 is #C8BBDF. Grayscale: #3C3C3C. Windows color (decimal): -13155296 or 2114615. OLE color: 2114615.
HSL color Cylindrical-coordinate representation of color #374420: hue angle of 81.67º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #374420 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 68 | 32 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.73 |
| HSL | 81.67º | 0.36% | 0.2% | - |
| HSV(B) | 81.67º | 0.53% | 0.27% | - |
| XYZ | 3.9 | 5.05 | 2.14 | - |
| YUV | 60.01 | 112.19 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 68 | 32 | 0.19 | 0 | 0.53 | 0.73 | 81.67 | 0.36 | 0.2 |
| Hex | 37 | 44 | 20 | 13 | 0 | 35 | 49 | 52 | 24 | 14 |
| Octal | 67 | 104 | 40 | 23 | 0 | 65 | 111 | 122 | 44 | 24 |
| Binary | 110111 | 1000100 | 100000 | 10011 | 0 | 110101 | 1001001 | 1010010 | 100100 | 10100 |
Color Harmonies of #374420
Complementary color
Monochromatic Colors of #374420
Black with #374420
Text Example
Text Example
White with #374420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374420; }
p { color: rgb(55,68,32); }
H1.HeaderClassName
{
color: #374420;
}
.AnyTagClassName
{
color: #374420;
}
</style>
background-color css
<style>
a { background-color: #374420; }
a { background-color: rgb(55,68,32); }
div.DivClassName
{
background-color: #374420;
}
.BgClassName
{
background-color: #374420;
}
</style>
border-color css
<style>
span { border-color: #374420; }
span { border-color: rgb(55,68,32); }
td.TdClassName
{
border-color: #374420;
}
.TagClassName
{
border-color: #374420;
}
</style>