Shades of Turtle Green #374702
Tints of Turtle Green #374702
RGB
CMYK
RGB Variations
Color information
#374702 (or 0x374702) is known color: Turtle Green. HEX triplet: 37, 47 and 02. RGB value is (55,71,2). Sum of RGB (Red+Green+Blue) = 55+71+2=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 71 (28.12% from 255 or 55.47% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 71 - color contains mainly: green. Hex color #374702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374702 is #C8B8FD. Grayscale: #3A3A3A. Windows color (decimal): -13154558 or 149303. OLE color: 149303.
HSL color Cylindrical-coordinate representation of color #374702: hue angle of 73.91º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #374702 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 71 | 2 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.72 |
| HSL | 73.91º | 0.95% | 0.14% | - |
| HSV(B) | 73.91º | 0.97% | 0.28% | - |
| XYZ | 3.84 | 5.32 | 0.88 | - |
| YUV | 58.35 | 96.2 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 71 | 2 | 0.23 | 0 | 0.97 | 0.72 | 73.91 | 0.95 | 0.14 |
| Hex | 37 | 47 | 2 | 17 | 0 | 61 | 48 | 4A | 5F | E |
| Octal | 67 | 107 | 2 | 27 | 0 | 141 | 110 | 112 | 137 | 16 |
| Binary | 110111 | 1000111 | 10 | 10111 | 0 | 1100001 | 1001000 | 1001010 | 1011111 | 1110 |
Color Harmonies of #374702
Complementary color
Monochromatic Colors of #374702
Black with #374702
Text Example
Text Example
White with #374702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374702; }
p { color: rgb(55,71,2); }
H1.HeaderClassName
{
color: #374702;
}
.AnyTagClassName
{
color: #374702;
}
</style>
background-color css
<style>
a { background-color: #374702; }
a { background-color: rgb(55,71,2); }
div.DivClassName
{
background-color: #374702;
}
.BgClassName
{
background-color: #374702;
}
</style>
border-color css
<style>
span { border-color: #374702; }
span { border-color: rgb(55,71,2); }
td.TdClassName
{
border-color: #374702;
}
.TagClassName
{
border-color: #374702;
}
</style>