Shades of Turtle Green #374107
Tints of Turtle Green #374107
RGB
CMYK
RGB Variations
Color information
#374107 (or 0x374107) is known color: Turtle Green. HEX triplet: 37, 41 and 07. RGB value is (55,65,7). Sum of RGB (Red+Green+Blue) = 55+65+7=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #374107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374107 is #C8BEF8. Grayscale: #373737. Windows color (decimal): -13156089 or 475447. OLE color: 475447.
HSL color Cylindrical-coordinate representation of color #374107: hue angle of 70.34º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #374107 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 65 | 7 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.75 |
| HSL | 70.34º | 0.81% | 0.14% | - |
| HSV(B) | 70.34º | 0.89% | 0.25% | - |
| XYZ | 3.5 | 4.61 | 0.91 | - |
| YUV | 55.4 | 100.69 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 7 | 0.15 | 0 | 0.89 | 0.75 | 70.34 | 0.81 | 0.14 |
| Hex | 37 | 41 | 7 | F | 0 | 59 | 4B | 46 | 51 | E |
| Octal | 67 | 101 | 7 | 17 | 0 | 131 | 113 | 106 | 121 | 16 |
| Binary | 110111 | 1000001 | 111 | 1111 | 0 | 1011001 | 1001011 | 1000110 | 1010001 | 1110 |
Color Harmonies of #374107
Complementary color
Monochromatic Colors of #374107
Black with #374107
Text Example
Text Example
White with #374107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374107; }
p { color: rgb(55,65,7); }
H1.HeaderClassName
{
color: #374107;
}
.AnyTagClassName
{
color: #374107;
}
</style>
background-color css
<style>
a { background-color: #374107; }
a { background-color: rgb(55,65,7); }
div.DivClassName
{
background-color: #374107;
}
.BgClassName
{
background-color: #374107;
}
</style>
border-color css
<style>
span { border-color: #374107; }
span { border-color: rgb(55,65,7); }
td.TdClassName
{
border-color: #374107;
}
.TagClassName
{
border-color: #374107;
}
</style>