Shades of Turtle Green #374709
Tints of Turtle Green #374709
RGB
CMYK
RGB Variations
Color information
#374709 (or 0x374709) is known color: Turtle Green. HEX triplet: 37, 47 and 09. RGB value is (55,71,9). Sum of RGB (Red+Green+Blue) = 55+71+9=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #374709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374709 is #C8B8F6. Grayscale: #3B3B3B. Windows color (decimal): -13154551 or 608055. OLE color: 608055.
HSL color Cylindrical-coordinate representation of color #374709: hue angle of 75.48º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #374709 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 71 | 9 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.72 |
| HSL | 75.48º | 0.78% | 0.16% | - |
| HSV(B) | 75.48º | 0.87% | 0.28% | - |
| XYZ | 3.88 | 5.34 | 1.08 | - |
| YUV | 59.15 | 99.7 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 71 | 9 | 0.23 | 0 | 0.87 | 0.72 | 75.48 | 0.78 | 0.16 |
| Hex | 37 | 47 | 9 | 17 | 0 | 57 | 48 | 4B | 4E | 10 |
| Octal | 67 | 107 | 11 | 27 | 0 | 127 | 110 | 113 | 116 | 20 |
| Binary | 110111 | 1000111 | 1001 | 10111 | 0 | 1010111 | 1001000 | 1001011 | 1001110 | 10000 |
Color Harmonies of #374709
Complementary color
Monochromatic Colors of #374709
Black with #374709
Text Example
Text Example
White with #374709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374709; }
p { color: rgb(55,71,9); }
H1.HeaderClassName
{
color: #374709;
}
.AnyTagClassName
{
color: #374709;
}
</style>
background-color css
<style>
a { background-color: #374709; }
a { background-color: rgb(55,71,9); }
div.DivClassName
{
background-color: #374709;
}
.BgClassName
{
background-color: #374709;
}
</style>
border-color css
<style>
span { border-color: #374709; }
span { border-color: rgb(55,71,9); }
td.TdClassName
{
border-color: #374709;
}
.TagClassName
{
border-color: #374709;
}
</style>