Shades of Turtle Green #374911
Tints of Turtle Green #374911
RGB
CMYK
RGB Variations
Color information
#374911 (or 0x374911) is known color: Turtle Green. HEX triplet: 37, 49 and 11. RGB value is (55,73,17). Sum of RGB (Red+Green+Blue) = 55+73+17=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #374911 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374911 is #C8B6EE. Grayscale: #3D3D3D. Windows color (decimal): -13154031 or 1132855. OLE color: 1132855.
HSL color Cylindrical-coordinate representation of color #374911: hue angle of 79.29º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #374911 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 73 | 17 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.71 |
| HSL | 79.29º | 0.62% | 0.18% | - |
| HSV(B) | 79.29º | 0.77% | 0.29% | - |
| XYZ | 4.06 | 5.62 | 1.4 | - |
| YUV | 61.23 | 103.04 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 17 | 0.25 | 0 | 0.77 | 0.71 | 79.29 | 0.62 | 0.18 |
| Hex | 37 | 49 | 11 | 19 | 0 | 4D | 47 | 4F | 3E | 12 |
| Octal | 67 | 111 | 21 | 31 | 0 | 115 | 107 | 117 | 76 | 22 |
| Binary | 110111 | 1001001 | 10001 | 11001 | 0 | 1001101 | 1000111 | 1001111 | 111110 | 10010 |
Color Harmonies of #374911
Complementary color
Monochromatic Colors of #374911
Black with #374911
Text Example
Text Example
White with #374911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374911; }
p { color: rgb(55,73,17); }
H1.HeaderClassName
{
color: #374911;
}
.AnyTagClassName
{
color: #374911;
}
</style>
background-color css
<style>
a { background-color: #374911; }
a { background-color: rgb(55,73,17); }
div.DivClassName
{
background-color: #374911;
}
.BgClassName
{
background-color: #374911;
}
</style>
border-color css
<style>
span { border-color: #374911; }
span { border-color: rgb(55,73,17); }
td.TdClassName
{
border-color: #374911;
}
.TagClassName
{
border-color: #374911;
}
</style>