Shades of Turtle Green #373A15
Tints of Turtle Green #373A15
RGB
CMYK
RGB Variations
Color information
#373A15 (or 0x373A15) is known color: Turtle Green. HEX triplet: 37, 3A and 15. RGB value is (55,58,21). Sum of RGB (Red+Green+Blue) = 55+58+21=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 58 (23.05% from 255 or 43.28% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 58 - color contains mainly: green. Hex color #373A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373A15 is #C8C5EA. Grayscale: #353535. Windows color (decimal): -13157867 or 1391159. OLE color: 1391159.
HSL color Cylindrical-coordinate representation of color #373A15: hue angle of 64.86º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #373A15 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 55 | 58 | 21 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.77 |
| HSL | 64.86º | 0.47% | 0.15% | - |
| HSV(B) | 64.86º | 0.64% | 0.23% | - |
| XYZ | 3.22 | 3.89 | 1.29 | - |
| YUV | 52.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 21 | 0.05 | 0 | 0.64 | 0.77 | 64.86 | 0.47 | 0.15 |
| Hex | 37 | 3A | 15 | 5 | 0 | 40 | 4D | 41 | 2F | F |
| Octal | 67 | 72 | 25 | 5 | 0 | 100 | 115 | 101 | 57 | 17 |
| Binary | 110111 | 111010 | 10101 | 101 | 0 | 1000000 | 1001101 | 1000001 | 101111 | 1111 |
Color Harmonies of #373A15
Complementary color
Monochromatic Colors of #373A15
Black with #373A15
Text Example
Text Example
White with #373A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373A15; }
p { color: rgb(55,58,21); }
H1.HeaderClassName
{
color: #373A15;
}
.AnyTagClassName
{
color: #373A15;
}
</style>
background-color css
<style>
a { background-color: #373A15; }
a { background-color: rgb(55,58,21); }
div.DivClassName
{
background-color: #373A15;
}
.BgClassName
{
background-color: #373A15;
}
</style>
border-color css
<style>
span { border-color: #373A15; }
span { border-color: rgb(55,58,21); }
td.TdClassName
{
border-color: #373A15;
}
.TagClassName
{
border-color: #373A15;
}
</style>