Shades of Turtle Green #374020
Tints of Turtle Green #374020
RGB
CMYK
RGB Variations
Color information
#374020 (or 0x374020) is known color: Turtle Green. HEX triplet: 37, 40 and 20. RGB value is (55,64,32). Sum of RGB (Red+Green+Blue) = 55+64+32=151 (20% of max value = 765). Red value is 55 (21.88% from 255 or 36.42% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 64 - color contains mainly: green. Hex color #374020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374020 is #C8BFDF. Grayscale: #393939. Windows color (decimal): -13156320 or 2113591. OLE color: 2113591.
HSL color Cylindrical-coordinate representation of color #374020: hue angle of 76.88º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #374020 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 64 | 32 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.75 |
| HSL | 76.88º | 0.33% | 0.19% | - |
| HSV(B) | 76.88º | 0.5% | 0.25% | - |
| XYZ | 3.67 | 4.58 | 2.06 | - |
| YUV | 57.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 32 | 0.14 | 0 | 0.50 | 0.75 | 76.88 | 0.33 | 0.19 |
| Hex | 37 | 40 | 20 | E | 0 | 32 | 4B | 4D | 21 | 13 |
| Octal | 67 | 100 | 40 | 16 | 0 | 62 | 113 | 115 | 41 | 23 |
| Binary | 110111 | 1000000 | 100000 | 1110 | 0 | 110010 | 1001011 | 1001101 | 100001 | 10011 |
Color Harmonies of #374020
Complementary color
Monochromatic Colors of #374020
Black with #374020
Text Example
Text Example
White with #374020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374020; }
p { color: rgb(55,64,32); }
H1.HeaderClassName
{
color: #374020;
}
.AnyTagClassName
{
color: #374020;
}
</style>
background-color css
<style>
a { background-color: #374020; }
a { background-color: rgb(55,64,32); }
div.DivClassName
{
background-color: #374020;
}
.BgClassName
{
background-color: #374020;
}
</style>
border-color css
<style>
span { border-color: #374020; }
span { border-color: rgb(55,64,32); }
td.TdClassName
{
border-color: #374020;
}
.TagClassName
{
border-color: #374020;
}
</style>