Shades of Turtle Green #374906
Tints of Turtle Green #374906
RGB
CMYK
RGB Variations
Color information
#374906 (or 0x374906) is known color: Turtle Green. HEX triplet: 37, 49 and 06. RGB value is (55,73,6). Sum of RGB (Red+Green+Blue) = 55+73+6=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 73 (28.91% from 255 or 54.48% from 134); Blue value is 6 (2.73% from 255 or 4.48% from 134); Max value from RGB is 73 - color contains mainly: green. Hex color #374906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374906 is #C8B6F9. Grayscale: #3C3C3C. Windows color (decimal): -13154042 or 411959. OLE color: 411959.
HSL color Cylindrical-coordinate representation of color #374906: hue angle of 76.12º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #374906 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 73 | 6 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.71 |
| HSL | 76.12º | 0.85% | 0.15% | - |
| HSV(B) | 76.12º | 0.92% | 0.29% | - |
| XYZ | 3.99 | 5.59 | 1.04 | - |
| YUV | 59.98 | 97.54 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 6 | 0.25 | 0 | 0.92 | 0.71 | 76.12 | 0.85 | 0.15 |
| Hex | 37 | 49 | 6 | 19 | 0 | 5C | 47 | 4C | 55 | F |
| Octal | 67 | 111 | 6 | 31 | 0 | 134 | 107 | 114 | 125 | 17 |
| Binary | 110111 | 1001001 | 110 | 11001 | 0 | 1011100 | 1000111 | 1001100 | 1010101 | 1111 |
Color Harmonies of #374906
Complementary color
Monochromatic Colors of #374906
Black with #374906
Text Example
Text Example
White with #374906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374906; }
p { color: rgb(55,73,6); }
H1.HeaderClassName
{
color: #374906;
}
.AnyTagClassName
{
color: #374906;
}
</style>
background-color css
<style>
a { background-color: #374906; }
a { background-color: rgb(55,73,6); }
div.DivClassName
{
background-color: #374906;
}
.BgClassName
{
background-color: #374906;
}
</style>
border-color css
<style>
span { border-color: #374906; }
span { border-color: rgb(55,73,6); }
td.TdClassName
{
border-color: #374906;
}
.TagClassName
{
border-color: #374906;
}
</style>