Shades of Turtle Green #373D22
Tints of Turtle Green #373D22
RGB
CMYK
RGB Variations
Color information
#373D22 (or 0x373D22) is known color: Turtle Green. HEX triplet: 37, 3D and 22. RGB value is (55,61,34). Sum of RGB (Red+Green+Blue) = 55+61+34=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 34 (13.67% from 255 or 22.67% from 150); Max value from RGB is 61 - color contains mainly: green. Hex color #373D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D22 is #C8C2DD. Grayscale: #383838. Windows color (decimal): -13157086 or 2243895. OLE color: 2243895.
HSL color Cylindrical-coordinate representation of color #373D22: hue angle of 73.33º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #373D22 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 61 | 34 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.76 |
| HSL | 73.33º | 0.28% | 0.19% | - |
| HSV(B) | 73.33º | 0.44% | 0.24% | - |
| XYZ | 3.53 | 4.27 | 2.15 | - |
| YUV | 56.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 34 | 0.10 | 0 | 0.44 | 0.76 | 73.33 | 0.28 | 0.19 |
| Hex | 37 | 3D | 22 | A | 0 | 2C | 4C | 49 | 1C | 13 |
| Octal | 67 | 75 | 42 | 12 | 0 | 54 | 114 | 111 | 34 | 23 |
| Binary | 110111 | 111101 | 100010 | 1010 | 0 | 101100 | 1001100 | 1001001 | 11100 | 10011 |
Color Harmonies of #373D22
Complementary color
Monochromatic Colors of #373D22
Black with #373D22
Text Example
Text Example
White with #373D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D22; }
p { color: rgb(55,61,34); }
H1.HeaderClassName
{
color: #373D22;
}
.AnyTagClassName
{
color: #373D22;
}
</style>
background-color css
<style>
a { background-color: #373D22; }
a { background-color: rgb(55,61,34); }
div.DivClassName
{
background-color: #373D22;
}
.BgClassName
{
background-color: #373D22;
}
</style>
border-color css
<style>
span { border-color: #373D22; }
span { border-color: rgb(55,61,34); }
td.TdClassName
{
border-color: #373D22;
}
.TagClassName
{
border-color: #373D22;
}
</style>