Shades of Turtle Green #373A0A
Tints of Turtle Green #373A0A
RGB
CMYK
RGB Variations
Color information
#373A0A (or 0x373A0A) is known color: Turtle Green. HEX triplet: 37, 3A and 0A. RGB value is (55,58,10). Sum of RGB (Red+Green+Blue) = 55+58+10=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 58 - color contains mainly: green. Hex color #373A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373A0A is #C8C5F5. Grayscale: #333333. Windows color (decimal): -13157878 or 670263. OLE color: 670263.
HSL color Cylindrical-coordinate representation of color #373A0A: hue angle of 63.75º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #373A0A is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 55 | 58 | 10 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.77 |
| HSL | 63.75º | 0.71% | 0.13% | - |
| HSV(B) | 63.75º | 0.83% | 0.23% | - |
| XYZ | 3.14 | 3.86 | 0.87 | - |
| YUV | 51.63 | 104.51 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 10 | 0.05 | 0 | 0.83 | 0.77 | 63.75 | 0.71 | 0.13 |
| Hex | 37 | 3A | A | 5 | 0 | 53 | 4D | 40 | 47 | D |
| Octal | 67 | 72 | 12 | 5 | 0 | 123 | 115 | 100 | 107 | 15 |
| Binary | 110111 | 111010 | 1010 | 101 | 0 | 1010011 | 1001101 | 1000000 | 1000111 | 1101 |
Color Harmonies of #373A0A
Complementary color
Monochromatic Colors of #373A0A
Black with #373A0A
Text Example
Text Example
White with #373A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373A0A; }
p { color: rgb(55,58,10); }
H1.HeaderClassName
{
color: #373A0A;
}
.AnyTagClassName
{
color: #373A0A;
}
</style>
background-color css
<style>
a { background-color: #373A0A; }
a { background-color: rgb(55,58,10); }
div.DivClassName
{
background-color: #373A0A;
}
.BgClassName
{
background-color: #373A0A;
}
</style>
border-color css
<style>
span { border-color: #373A0A; }
span { border-color: rgb(55,58,10); }
td.TdClassName
{
border-color: #373A0A;
}
.TagClassName
{
border-color: #373A0A;
}
</style>