Shades of Turtle Green #373A16
Tints of Turtle Green #373A16
RGB
CMYK
RGB Variations
Color information
#373A16 (or 0x373A16) is known color: Turtle Green. HEX triplet: 37, 3A and 16. RGB value is (55,58,22). Sum of RGB (Red+Green+Blue) = 55+58+22=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 58 - color contains mainly: green. Hex color #373A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373A16 is #C8C5E9. Grayscale: #353535. Windows color (decimal): -13157866 or 1456695. OLE color: 1456695.
HSL color Cylindrical-coordinate representation of color #373A16: hue angle of 65º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #373A16 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 55 | 58 | 22 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.77 |
| HSL | 65º | 0.45% | 0.16% | - |
| HSV(B) | 65º | 0.62% | 0.23% | - |
| XYZ | 3.23 | 3.9 | 1.34 | - |
| YUV | 53 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 22 | 0.05 | 0 | 0.62 | 0.77 | 65 | 0.45 | 0.16 |
| Hex | 37 | 3A | 16 | 5 | 0 | 3E | 4D | 41 | 2D | 10 |
| Octal | 67 | 72 | 26 | 5 | 0 | 76 | 115 | 101 | 55 | 20 |
| Binary | 110111 | 111010 | 10110 | 101 | 0 | 111110 | 1001101 | 1000001 | 101101 | 10000 |
Color Harmonies of #373A16
Complementary color
Monochromatic Colors of #373A16
Black with #373A16
Text Example
Text Example
White with #373A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373A16; }
p { color: rgb(55,58,22); }
H1.HeaderClassName
{
color: #373A16;
}
.AnyTagClassName
{
color: #373A16;
}
</style>
background-color css
<style>
a { background-color: #373A16; }
a { background-color: rgb(55,58,22); }
div.DivClassName
{
background-color: #373A16;
}
.BgClassName
{
background-color: #373A16;
}
</style>
border-color css
<style>
span { border-color: #373A16; }
span { border-color: rgb(55,58,22); }
td.TdClassName
{
border-color: #373A16;
}
.TagClassName
{
border-color: #373A16;
}
</style>