Shades of Turtle Green #374E10
Tints of Turtle Green #374E10
RGB
CMYK
RGB Variations
Color information
#374E10 (or 0x374E10) is known color: Turtle Green. HEX triplet: 37, 4E and 10. RGB value is (55,78,16). Sum of RGB (Red+Green+Blue) = 55+78+16=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 78 (30.86% from 255 or 52.35% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 78 - color contains mainly: green. Hex color #374E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374E10 is #C8B1EF. Grayscale: #404040. Windows color (decimal): -13152752 or 1068599. OLE color: 1068599.
HSL color Cylindrical-coordinate representation of color #374E10: hue angle of 82.26º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #374E10 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 78 | 16 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.69 |
| HSL | 82.26º | 0.66% | 0.18% | - |
| HSV(B) | 82.26º | 0.79% | 0.31% | - |
| XYZ | 4.39 | 6.3 | 1.47 | - |
| YUV | 64.06 | 100.88 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 78 | 16 | 0.29 | 0 | 0.79 | 0.69 | 82.26 | 0.66 | 0.18 |
| Hex | 37 | 4E | 10 | 1D | 0 | 4F | 45 | 52 | 42 | 12 |
| Octal | 67 | 116 | 20 | 35 | 0 | 117 | 105 | 122 | 102 | 22 |
| Binary | 110111 | 1001110 | 10000 | 11101 | 0 | 1001111 | 1000101 | 1010010 | 1000010 | 10010 |
Color Harmonies of #374E10
Complementary color
Monochromatic Colors of #374E10
Black with #374E10
Text Example
Text Example
White with #374E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374E10; }
p { color: rgb(55,78,16); }
H1.HeaderClassName
{
color: #374E10;
}
.AnyTagClassName
{
color: #374E10;
}
</style>
background-color css
<style>
a { background-color: #374E10; }
a { background-color: rgb(55,78,16); }
div.DivClassName
{
background-color: #374E10;
}
.BgClassName
{
background-color: #374E10;
}
</style>
border-color css
<style>
span { border-color: #374E10; }
span { border-color: rgb(55,78,16); }
td.TdClassName
{
border-color: #374E10;
}
.TagClassName
{
border-color: #374E10;
}
</style>