Shades of Turtle Green #374C16
Tints of Turtle Green #374C16
RGB
CMYK
RGB Variations
Color information
#374C16 (or 0x374C16) is known color: Turtle Green. HEX triplet: 37, 4C and 16. RGB value is (55,76,22). Sum of RGB (Red+Green+Blue) = 55+76+22=153 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.95% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 22 (8.98% from 255 or 14.38% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #374C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374C16 is #C8B3E9. Grayscale: #3F3F3F. Windows color (decimal): -13153258 or 1461303. OLE color: 1461303.
HSL color Cylindrical-coordinate representation of color #374C16: hue angle of 83.33º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #374C16 is Cyan = 0.28, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 76 | 22 | - |
| CMYK | 0.28 | 0 | 0.71 | 0.70 |
| HSL | 83.33º | 0.55% | 0.19% | - |
| HSV(B) | 83.33º | 0.71% | 0.3% | - |
| XYZ | 4.3 | 6.04 | 1.7 | - |
| YUV | 63.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 76 | 22 | 0.28 | 0 | 0.71 | 0.70 | 83.33 | 0.55 | 0.19 |
| Hex | 37 | 4C | 16 | 1C | 0 | 47 | 46 | 53 | 37 | 13 |
| Octal | 67 | 114 | 26 | 34 | 0 | 107 | 106 | 123 | 67 | 23 |
| Binary | 110111 | 1001100 | 10110 | 11100 | 0 | 1000111 | 1000110 | 1010011 | 110111 | 10011 |
Color Harmonies of #374C16
Complementary color
Monochromatic Colors of #374C16
Black with #374C16
Text Example
Text Example
White with #374C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374C16; }
p { color: rgb(55,76,22); }
H1.HeaderClassName
{
color: #374C16;
}
.AnyTagClassName
{
color: #374C16;
}
</style>
background-color css
<style>
a { background-color: #374C16; }
a { background-color: rgb(55,76,22); }
div.DivClassName
{
background-color: #374C16;
}
.BgClassName
{
background-color: #374C16;
}
</style>
border-color css
<style>
span { border-color: #374C16; }
span { border-color: rgb(55,76,22); }
td.TdClassName
{
border-color: #374C16;
}
.TagClassName
{
border-color: #374C16;
}
</style>