Shades of Turtle Green #374701
Tints of Turtle Green #374701
RGB
CMYK
RGB Variations
Color information
#374701 (or 0x374701) is known color: Turtle Green. HEX triplet: 37, 47 and 01. RGB value is (55,71,1). Sum of RGB (Red+Green+Blue) = 55+71+1=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #374701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374701 is #C8B8FE. Grayscale: #3A3A3A. Windows color (decimal): -13154559 or 83767. OLE color: 83767.
HSL color Cylindrical-coordinate representation of color #374701: hue angle of 73.71º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #374701 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 71 | 1 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.72 |
| HSL | 73.71º | 0.97% | 0.14% | - |
| HSV(B) | 73.71º | 0.99% | 0.28% | - |
| XYZ | 3.83 | 5.32 | 0.85 | - |
| YUV | 58.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 71 | 1 | 0.23 | 0 | 0.99 | 0.72 | 73.71 | 0.97 | 0.14 |
| Hex | 37 | 47 | 1 | 17 | 0 | 63 | 48 | 4A | 61 | E |
| Octal | 67 | 107 | 1 | 27 | 0 | 143 | 110 | 112 | 141 | 16 |
| Binary | 110111 | 1000111 | 1 | 10111 | 0 | 1100011 | 1001000 | 1001010 | 1100001 | 1110 |
Color Harmonies of #374701
Complementary color
Monochromatic Colors of #374701
Black with #374701
Text Example
Text Example
White with #374701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374701; }
p { color: rgb(55,71,1); }
H1.HeaderClassName
{
color: #374701;
}
.AnyTagClassName
{
color: #374701;
}
</style>
background-color css
<style>
a { background-color: #374701; }
a { background-color: rgb(55,71,1); }
div.DivClassName
{
background-color: #374701;
}
.BgClassName
{
background-color: #374701;
}
</style>
border-color css
<style>
span { border-color: #374701; }
span { border-color: rgb(55,71,1); }
td.TdClassName
{
border-color: #374701;
}
.TagClassName
{
border-color: #374701;
}
</style>