Shades of Turtle Green #374502
Tints of Turtle Green #374502
RGB
CMYK
RGB Variations
Color information
#374502 (or 0x374502) is known color: Turtle Green. HEX triplet: 37, 45 and 02. RGB value is (55,69,2). Sum of RGB (Red+Green+Blue) = 55+69+2=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 2 (1.17% from 255 or 1.59% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #374502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374502 is #C8BAFD. Grayscale: #393939. Windows color (decimal): -13155070 or 148791. OLE color: 148791.
HSL color Cylindrical-coordinate representation of color #374502: hue angle of 72.54º 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 #374502 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 69 | 2 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.73 |
| HSL | 72.54º | 0.94% | 0.14% | - |
| HSV(B) | 72.54º | 0.97% | 0.27% | - |
| XYZ | 3.71 | 5.07 | 0.84 | - |
| YUV | 57.18 | 96.86 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 2 | 0.20 | 0 | 0.97 | 0.73 | 72.54 | 0.94 | 0.14 |
| Hex | 37 | 45 | 2 | 14 | 0 | 61 | 49 | 49 | 5E | E |
| Octal | 67 | 105 | 2 | 24 | 0 | 141 | 111 | 111 | 136 | 16 |
| Binary | 110111 | 1000101 | 10 | 10100 | 0 | 1100001 | 1001001 | 1001001 | 1011110 | 1110 |
Color Harmonies of #374502
Complementary color
Monochromatic Colors of #374502
Black with #374502
Text Example
Text Example
White with #374502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374502; }
p { color: rgb(55,69,2); }
H1.HeaderClassName
{
color: #374502;
}
.AnyTagClassName
{
color: #374502;
}
</style>
background-color css
<style>
a { background-color: #374502; }
a { background-color: rgb(55,69,2); }
div.DivClassName
{
background-color: #374502;
}
.BgClassName
{
background-color: #374502;
}
</style>
border-color css
<style>
span { border-color: #374502; }
span { border-color: rgb(55,69,2); }
td.TdClassName
{
border-color: #374502;
}
.TagClassName
{
border-color: #374502;
}
</style>