Shades of Turtle Green #373A19
Tints of Turtle Green #373A19
RGB
CMYK
RGB Variations
Color information
#373A19 (or 0x373A19) is known color: Turtle Green. HEX triplet: 37, 3A and 19. RGB value is (55,58,25). Sum of RGB (Red+Green+Blue) = 55+58+25=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 58 (23.05% from 255 or 42.03% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 58 - color contains mainly: green. Hex color #373A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373A19 is #C8C5E6. Grayscale: #353535. Windows color (decimal): -13157863 or 1653303. OLE color: 1653303.
HSL color Cylindrical-coordinate representation of color #373A19: hue angle of 65.45º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #373A19 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 55 | 58 | 25 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.77 |
| HSL | 65.45º | 0.4% | 0.16% | - |
| HSV(B) | 65.45º | 0.57% | 0.23% | - |
| XYZ | 3.26 | 3.91 | 1.5 | - |
| YUV | 53.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 25 | 0.05 | 0 | 0.57 | 0.77 | 65.45 | 0.4 | 0.16 |
| Hex | 37 | 3A | 19 | 5 | 0 | 39 | 4D | 41 | 28 | 10 |
| Octal | 67 | 72 | 31 | 5 | 0 | 71 | 115 | 101 | 50 | 20 |
| Binary | 110111 | 111010 | 11001 | 101 | 0 | 111001 | 1001101 | 1000001 | 101000 | 10000 |
Color Harmonies of #373A19
Complementary color
Monochromatic Colors of #373A19
Black with #373A19
Text Example
Text Example
White with #373A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373A19; }
p { color: rgb(55,58,25); }
H1.HeaderClassName
{
color: #373A19;
}
.AnyTagClassName
{
color: #373A19;
}
</style>
background-color css
<style>
a { background-color: #373A19; }
a { background-color: rgb(55,58,25); }
div.DivClassName
{
background-color: #373A19;
}
.BgClassName
{
background-color: #373A19;
}
</style>
border-color css
<style>
span { border-color: #373A19; }
span { border-color: rgb(55,58,25); }
td.TdClassName
{
border-color: #373A19;
}
.TagClassName
{
border-color: #373A19;
}
</style>