Shades of Turtle Green #374907
Tints of Turtle Green #374907
RGB
CMYK
RGB Variations
Color information
#374907 (or 0x374907) is known color: Turtle Green. HEX triplet: 37, 49 and 07. RGB value is (55,73,7). Sum of RGB (Red+Green+Blue) = 55+73+7=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #374907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374907 is #C8B6F8. Grayscale: #3C3C3C. Windows color (decimal): -13154041 or 477495. OLE color: 477495.
HSL color Cylindrical-coordinate representation of color #374907: hue angle of 76.36º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #374907 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 73 | 7 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.71 |
| HSL | 76.36º | 0.83% | 0.16% | - |
| HSV(B) | 76.36º | 0.9% | 0.29% | - |
| XYZ | 4 | 5.59 | 1.07 | - |
| YUV | 60.09 | 98.04 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 7 | 0.25 | 0 | 0.90 | 0.71 | 76.36 | 0.83 | 0.16 |
| Hex | 37 | 49 | 7 | 19 | 0 | 5A | 47 | 4C | 52 | 10 |
| Octal | 67 | 111 | 7 | 31 | 0 | 132 | 107 | 114 | 122 | 20 |
| Binary | 110111 | 1001001 | 111 | 11001 | 0 | 1011010 | 1000111 | 1001100 | 1010010 | 10000 |
Color Harmonies of #374907
Complementary color
Monochromatic Colors of #374907
Black with #374907
Text Example
Text Example
White with #374907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374907; }
p { color: rgb(55,73,7); }
H1.HeaderClassName
{
color: #374907;
}
.AnyTagClassName
{
color: #374907;
}
</style>
background-color css
<style>
a { background-color: #374907; }
a { background-color: rgb(55,73,7); }
div.DivClassName
{
background-color: #374907;
}
.BgClassName
{
background-color: #374907;
}
</style>
border-color css
<style>
span { border-color: #374907; }
span { border-color: rgb(55,73,7); }
td.TdClassName
{
border-color: #374907;
}
.TagClassName
{
border-color: #374907;
}
</style>