Shades of Turtle Green #374619
Tints of Turtle Green #374619
RGB
CMYK
RGB Variations
Color information
#374619 (or 0x374619) is known color: Turtle Green. HEX triplet: 37, 46 and 19. RGB value is (55,70,25). Sum of RGB (Red+Green+Blue) = 55+70+25=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 70 (27.73% from 255 or 46.67% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 70 - color contains mainly: green. Hex color #374619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374619 is #C8B9E6. Grayscale: #3C3C3C. Windows color (decimal): -13154791 or 1656375. OLE color: 1656375.
HSL color Cylindrical-coordinate representation of color #374619: hue angle of 80º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #374619 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 70 | 25 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.73 |
| HSL | 80º | 0.47% | 0.19% | - |
| HSV(B) | 80º | 0.64% | 0.27% | - |
| XYZ | 3.94 | 5.26 | 1.73 | - |
| YUV | 60.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 25 | 0.21 | 0 | 0.64 | 0.73 | 80 | 0.47 | 0.19 |
| Hex | 37 | 46 | 19 | 15 | 0 | 40 | 49 | 50 | 2F | 13 |
| Octal | 67 | 106 | 31 | 25 | 0 | 100 | 111 | 120 | 57 | 23 |
| Binary | 110111 | 1000110 | 11001 | 10101 | 0 | 1000000 | 1001001 | 1010000 | 101111 | 10011 |
Color Harmonies of #374619
Complementary color
Monochromatic Colors of #374619
Black with #374619
Text Example
Text Example
White with #374619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374619; }
p { color: rgb(55,70,25); }
H1.HeaderClassName
{
color: #374619;
}
.AnyTagClassName
{
color: #374619;
}
</style>
background-color css
<style>
a { background-color: #374619; }
a { background-color: rgb(55,70,25); }
div.DivClassName
{
background-color: #374619;
}
.BgClassName
{
background-color: #374619;
}
</style>
border-color css
<style>
span { border-color: #374619; }
span { border-color: rgb(55,70,25); }
td.TdClassName
{
border-color: #374619;
}
.TagClassName
{
border-color: #374619;
}
</style>