Shades of Turtle Green #374602
Tints of Turtle Green #374602
RGB
CMYK
RGB Variations
Color information
#374602 (or 0x374602) is known color: Turtle Green. HEX triplet: 37, 46 and 02. RGB value is (55,70,2). Sum of RGB (Red+Green+Blue) = 55+70+2=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #374602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374602 is #C8B9FD. Grayscale: #3A3A3A. Windows color (decimal): -13154814 or 149047. OLE color: 149047.
HSL color Cylindrical-coordinate representation of color #374602: hue angle of 73.24º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #374602 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 70 | 2 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.73 |
| HSL | 73.24º | 0.94% | 0.14% | - |
| HSV(B) | 73.24º | 0.97% | 0.27% | - |
| XYZ | 3.78 | 5.2 | 0.86 | - |
| YUV | 57.76 | 96.53 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 2 | 0.21 | 0 | 0.97 | 0.73 | 73.24 | 0.94 | 0.14 |
| Hex | 37 | 46 | 2 | 15 | 0 | 61 | 49 | 49 | 5E | E |
| Octal | 67 | 106 | 2 | 25 | 0 | 141 | 111 | 111 | 136 | 16 |
| Binary | 110111 | 1000110 | 10 | 10101 | 0 | 1100001 | 1001001 | 1001001 | 1011110 | 1110 |
Color Harmonies of #374602
Complementary color
Monochromatic Colors of #374602
Black with #374602
Text Example
Text Example
White with #374602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374602; }
p { color: rgb(55,70,2); }
H1.HeaderClassName
{
color: #374602;
}
.AnyTagClassName
{
color: #374602;
}
</style>
background-color css
<style>
a { background-color: #374602; }
a { background-color: rgb(55,70,2); }
div.DivClassName
{
background-color: #374602;
}
.BgClassName
{
background-color: #374602;
}
</style>
border-color css
<style>
span { border-color: #374602; }
span { border-color: rgb(55,70,2); }
td.TdClassName
{
border-color: #374602;
}
.TagClassName
{
border-color: #374602;
}
</style>