Shades of Turtle Green #374F10
Tints of Turtle Green #374F10
RGB
CMYK
RGB Variations
Color information
#374F10 (or 0x374F10) is known color: Turtle Green. HEX triplet: 37, 4F and 10. RGB value is (55,79,16). Sum of RGB (Red+Green+Blue) = 55+79+16=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 79 (31.25% from 255 or 52.67% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 79 - color contains mainly: green. Hex color #374F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #374F10 is #C8B0EF. Grayscale: #404040. Windows color (decimal): -13152496 or 1068855. OLE color: 1068855.
HSL color Cylindrical-coordinate representation of color #374F10: hue angle of 82.86º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #374F10 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 55 | 79 | 16 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.69 |
| HSL | 82.86º | 0.66% | 0.19% | - |
| HSV(B) | 82.86º | 0.8% | 0.31% | - |
| XYZ | 4.47 | 6.44 | 1.5 | - |
| YUV | 64.64 | 100.55 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 79 | 16 | 0.30 | 0 | 0.80 | 0.69 | 82.86 | 0.66 | 0.19 |
| Hex | 37 | 4F | 10 | 1E | 0 | 50 | 45 | 53 | 42 | 13 |
| Octal | 67 | 117 | 20 | 36 | 0 | 120 | 105 | 123 | 102 | 23 |
| Binary | 110111 | 1001111 | 10000 | 11110 | 0 | 1010000 | 1000101 | 1010011 | 1000010 | 10011 |
Color Harmonies of #374F10
Complementary color
Monochromatic Colors of #374F10
Black with #374F10
Text Example
Text Example
White with #374F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374F10; }
p { color: rgb(55,79,16); }
H1.HeaderClassName
{
color: #374F10;
}
.AnyTagClassName
{
color: #374F10;
}
</style>
background-color css
<style>
a { background-color: #374F10; }
a { background-color: rgb(55,79,16); }
div.DivClassName
{
background-color: #374F10;
}
.BgClassName
{
background-color: #374F10;
}
</style>
border-color css
<style>
span { border-color: #374F10; }
span { border-color: rgb(55,79,16); }
td.TdClassName
{
border-color: #374F10;
}
.TagClassName
{
border-color: #374F10;
}
</style>