Shades of Turtle Green #374007
Tints of Turtle Green #374007
RGB
CMYK
RGB Variations
Color information
#374007 (or 0x374007) is known color: Turtle Green. HEX triplet: 37, 40 and 07. RGB value is (55,64,7). Sum of RGB (Red+Green+Blue) = 55+64+7=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #374007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374007 is #C8BFF8. Grayscale: #373737. Windows color (decimal): -13156345 or 475191. OLE color: 475191.
HSL color Cylindrical-coordinate representation of color #374007: hue angle of 69.47º degrees, saturation: 0.8, 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 #374007 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 64 | 7 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.75 |
| HSL | 69.47º | 0.8% | 0.14% | - |
| HSV(B) | 69.47º | 0.89% | 0.25% | - |
| XYZ | 3.45 | 4.49 | 0.89 | - |
| YUV | 54.81 | 101.02 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 7 | 0.14 | 0 | 0.89 | 0.75 | 69.47 | 0.8 | 0.14 |
| Hex | 37 | 40 | 7 | E | 0 | 59 | 4B | 45 | 50 | E |
| Octal | 67 | 100 | 7 | 16 | 0 | 131 | 113 | 105 | 120 | 16 |
| Binary | 110111 | 1000000 | 111 | 1110 | 0 | 1011001 | 1001011 | 1000101 | 1010000 | 1110 |
Color Harmonies of #374007
Complementary color
Monochromatic Colors of #374007
Black with #374007
Text Example
Text Example
White with #374007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374007; }
p { color: rgb(55,64,7); }
H1.HeaderClassName
{
color: #374007;
}
.AnyTagClassName
{
color: #374007;
}
</style>
background-color css
<style>
a { background-color: #374007; }
a { background-color: rgb(55,64,7); }
div.DivClassName
{
background-color: #374007;
}
.BgClassName
{
background-color: #374007;
}
</style>
border-color css
<style>
span { border-color: #374007; }
span { border-color: rgb(55,64,7); }
td.TdClassName
{
border-color: #374007;
}
.TagClassName
{
border-color: #374007;
}
</style>