Shades of Turtle Green #373D1D
Tints of Turtle Green #373D1D
RGB
CMYK
RGB Variations
Color information
#373D1D (or 0x373D1D) is known color: Turtle Green. HEX triplet: 37, 3D and 1D. RGB value is (55,61,29). Sum of RGB (Red+Green+Blue) = 55+61+29=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 61 - color contains mainly: green. Hex color #373D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D1D is #C8C2E2. Grayscale: #373737. Windows color (decimal): -13157091 or 1916215. OLE color: 1916215.
HSL color Cylindrical-coordinate representation of color #373D1D: hue angle of 71.25º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #373D1D is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 61 | 29 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.76 |
| HSL | 71.25º | 0.36% | 0.18% | - |
| HSV(B) | 71.25º | 0.52% | 0.24% | - |
| XYZ | 3.47 | 4.24 | 1.8 | - |
| YUV | 55.56 | 113.01 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 29 | 0.10 | 0 | 0.52 | 0.76 | 71.25 | 0.36 | 0.18 |
| Hex | 37 | 3D | 1D | A | 0 | 34 | 4C | 47 | 24 | 12 |
| Octal | 67 | 75 | 35 | 12 | 0 | 64 | 114 | 107 | 44 | 22 |
| Binary | 110111 | 111101 | 11101 | 1010 | 0 | 110100 | 1001100 | 1000111 | 100100 | 10010 |
Color Harmonies of #373D1D
Complementary color
Monochromatic Colors of #373D1D
Black with #373D1D
Text Example
Text Example
White with #373D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D1D; }
p { color: rgb(55,61,29); }
H1.HeaderClassName
{
color: #373D1D;
}
.AnyTagClassName
{
color: #373D1D;
}
</style>
background-color css
<style>
a { background-color: #373D1D; }
a { background-color: rgb(55,61,29); }
div.DivClassName
{
background-color: #373D1D;
}
.BgClassName
{
background-color: #373D1D;
}
</style>
border-color css
<style>
span { border-color: #373D1D; }
span { border-color: rgb(55,61,29); }
td.TdClassName
{
border-color: #373D1D;
}
.TagClassName
{
border-color: #373D1D;
}
</style>