Shades of Turtle Green #374A12
Tints of Turtle Green #374A12
RGB
CMYK
RGB Variations
Color information
#374A12 (or 0x374A12) is known color: Turtle Green. HEX triplet: 37, 4A and 12. RGB value is (55,74,18). Sum of RGB (Red+Green+Blue) = 55+74+18=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #374A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374A12 is #C8B5ED. Grayscale: #3E3E3E. Windows color (decimal): -13153774 or 1198647. OLE color: 1198647.
HSL color Cylindrical-coordinate representation of color #374A12: hue angle of 80.36º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #374A12 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 74 | 18 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.71 |
| HSL | 80.36º | 0.61% | 0.18% | - |
| HSV(B) | 80.36º | 0.76% | 0.29% | - |
| XYZ | 4.13 | 5.75 | 1.46 | - |
| YUV | 61.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 18 | 0.26 | 0 | 0.76 | 0.71 | 80.36 | 0.61 | 0.18 |
| Hex | 37 | 4A | 12 | 1A | 0 | 4C | 47 | 50 | 3D | 12 |
| Octal | 67 | 112 | 22 | 32 | 0 | 114 | 107 | 120 | 75 | 22 |
| Binary | 110111 | 1001010 | 10010 | 11010 | 0 | 1001100 | 1000111 | 1010000 | 111101 | 10010 |
Color Harmonies of #374A12
Complementary color
Monochromatic Colors of #374A12
Black with #374A12
Text Example
Text Example
White with #374A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374A12; }
p { color: rgb(55,74,18); }
H1.HeaderClassName
{
color: #374A12;
}
.AnyTagClassName
{
color: #374A12;
}
</style>
background-color css
<style>
a { background-color: #374A12; }
a { background-color: rgb(55,74,18); }
div.DivClassName
{
background-color: #374A12;
}
.BgClassName
{
background-color: #374A12;
}
</style>
border-color css
<style>
span { border-color: #374A12; }
span { border-color: rgb(55,74,18); }
td.TdClassName
{
border-color: #374A12;
}
.TagClassName
{
border-color: #374A12;
}
</style>