Shades of Turtle Green #374901
Tints of Turtle Green #374901
RGB
CMYK
RGB Variations
Color information
#374901 (or 0x374901) is known color: Turtle Green. HEX triplet: 37, 49 and 01. RGB value is (55,73,1). Sum of RGB (Red+Green+Blue) = 55+73+1=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 1 (0.78% from 255 or 0.78% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #374901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374901 is #C8B6FE. Grayscale: #3B3B3B. Windows color (decimal): -13154047 or 84279. OLE color: 84279.
HSL color Cylindrical-coordinate representation of color #374901: hue angle of 75º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #374901 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 73 | 1 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.71 |
| HSL | 75º | 0.97% | 0.15% | - |
| HSV(B) | 75º | 0.99% | 0.29% | - |
| XYZ | 3.96 | 5.58 | 0.9 | - |
| YUV | 59.41 | 95.04 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 1 | 0.25 | 0 | 0.99 | 0.71 | 75 | 0.97 | 0.15 |
| Hex | 37 | 49 | 1 | 19 | 0 | 63 | 47 | 4B | 61 | F |
| Octal | 67 | 111 | 1 | 31 | 0 | 143 | 107 | 113 | 141 | 17 |
| Binary | 110111 | 1001001 | 1 | 11001 | 0 | 1100011 | 1000111 | 1001011 | 1100001 | 1111 |
Color Harmonies of #374901
Complementary color
Monochromatic Colors of #374901
Black with #374901
Text Example
Text Example
White with #374901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374901; }
p { color: rgb(55,73,1); }
H1.HeaderClassName
{
color: #374901;
}
.AnyTagClassName
{
color: #374901;
}
</style>
background-color css
<style>
a { background-color: #374901; }
a { background-color: rgb(55,73,1); }
div.DivClassName
{
background-color: #374901;
}
.BgClassName
{
background-color: #374901;
}
</style>
border-color css
<style>
span { border-color: #374901; }
span { border-color: rgb(55,73,1); }
td.TdClassName
{
border-color: #374901;
}
.TagClassName
{
border-color: #374901;
}
</style>