Shades of Turtle Green #374A14
Tints of Turtle Green #374A14
RGB
CMYK
RGB Variations
Color information
#374A14 (or 0x374A14) is known color: Turtle Green. HEX triplet: 37, 4A and 14. RGB value is (55,74,20). Sum of RGB (Red+Green+Blue) = 55+74+20=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 74 (29.30% from 255 or 49.66% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 74 - color contains mainly: green. Hex color #374A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374A14 is #C8B5EB. Grayscale: #3E3E3E. Windows color (decimal): -13153772 or 1329719. OLE color: 1329719.
HSL color Cylindrical-coordinate representation of color #374A14: hue angle of 81.11º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #374A14 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 74 | 20 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.71 |
| HSL | 81.11º | 0.57% | 0.18% | - |
| HSV(B) | 81.11º | 0.73% | 0.29% | - |
| XYZ | 4.15 | 5.76 | 1.55 | - |
| YUV | 62.16 | 104.21 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 20 | 0.26 | 0 | 0.73 | 0.71 | 81.11 | 0.57 | 0.18 |
| Hex | 37 | 4A | 14 | 1A | 0 | 49 | 47 | 51 | 39 | 12 |
| Octal | 67 | 112 | 24 | 32 | 0 | 111 | 107 | 121 | 71 | 22 |
| Binary | 110111 | 1001010 | 10100 | 11010 | 0 | 1001001 | 1000111 | 1010001 | 111001 | 10010 |
Color Harmonies of #374A14
Complementary color
Monochromatic Colors of #374A14
Black with #374A14
Text Example
Text Example
White with #374A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374A14; }
p { color: rgb(55,74,20); }
H1.HeaderClassName
{
color: #374A14;
}
.AnyTagClassName
{
color: #374A14;
}
</style>
background-color css
<style>
a { background-color: #374A14; }
a { background-color: rgb(55,74,20); }
div.DivClassName
{
background-color: #374A14;
}
.BgClassName
{
background-color: #374A14;
}
</style>
border-color css
<style>
span { border-color: #374A14; }
span { border-color: rgb(55,74,20); }
td.TdClassName
{
border-color: #374A14;
}
.TagClassName
{
border-color: #374A14;
}
</style>