Shades of Turtle Green #373D21
Tints of Turtle Green #373D21
RGB
CMYK
RGB Variations
Color information
#373D21 (or 0x373D21) is known color: Turtle Green. HEX triplet: 37, 3D and 21. RGB value is (55,61,33). Sum of RGB (Red+Green+Blue) = 55+61+33=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 61 - color contains mainly: green. Hex color #373D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D21 is #C8C2DE. Grayscale: #383838. Windows color (decimal): -13157087 or 2178359. OLE color: 2178359.
HSL color Cylindrical-coordinate representation of color #373D21: hue angle of 72.86º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #373D21 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 61 | 33 | - |
| CMYK | 0.10 | 0 | 0.46 | 0.76 |
| HSL | 72.86º | 0.3% | 0.18% | - |
| HSV(B) | 72.86º | 0.46% | 0.24% | - |
| XYZ | 3.52 | 4.26 | 2.08 | - |
| YUV | 56.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 33 | 0.10 | 0 | 0.46 | 0.76 | 72.86 | 0.3 | 0.18 |
| Hex | 37 | 3D | 21 | A | 0 | 2E | 4C | 49 | 1E | 12 |
| Octal | 67 | 75 | 41 | 12 | 0 | 56 | 114 | 111 | 36 | 22 |
| Binary | 110111 | 111101 | 100001 | 1010 | 0 | 101110 | 1001100 | 1001001 | 11110 | 10010 |
Color Harmonies of #373D21
Complementary color
Monochromatic Colors of #373D21
Black with #373D21
Text Example
Text Example
White with #373D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D21; }
p { color: rgb(55,61,33); }
H1.HeaderClassName
{
color: #373D21;
}
.AnyTagClassName
{
color: #373D21;
}
</style>
background-color css
<style>
a { background-color: #373D21; }
a { background-color: rgb(55,61,33); }
div.DivClassName
{
background-color: #373D21;
}
.BgClassName
{
background-color: #373D21;
}
</style>
border-color css
<style>
span { border-color: #373D21; }
span { border-color: rgb(55,61,33); }
td.TdClassName
{
border-color: #373D21;
}
.TagClassName
{
border-color: #373D21;
}
</style>