Shades of Turtle Green #373D1B
Tints of Turtle Green #373D1B
RGB
CMYK
RGB Variations
Color information
#373D1B (or 0x373D1B) is known color: Turtle Green. HEX triplet: 37, 3D and 1B. RGB value is (55,61,27). Sum of RGB (Red+Green+Blue) = 55+61+27=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 61 - color contains mainly: green. Hex color #373D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D1B is #C8C2E4. Grayscale: #373737. Windows color (decimal): -13157093 or 1785143. OLE color: 1785143.
HSL color Cylindrical-coordinate representation of color #373D1B: hue angle of 70.59º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #373D1B is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 61 | 27 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.76 |
| HSL | 70.59º | 0.39% | 0.17% | - |
| HSV(B) | 70.59º | 0.56% | 0.24% | - |
| XYZ | 3.44 | 4.23 | 1.67 | - |
| YUV | 55.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 27 | 0.10 | 0 | 0.56 | 0.76 | 70.59 | 0.39 | 0.17 |
| Hex | 37 | 3D | 1B | A | 0 | 38 | 4C | 47 | 27 | 11 |
| Octal | 67 | 75 | 33 | 12 | 0 | 70 | 114 | 107 | 47 | 21 |
| Binary | 110111 | 111101 | 11011 | 1010 | 0 | 111000 | 1001100 | 1000111 | 100111 | 10001 |
Color Harmonies of #373D1B
Complementary color
Monochromatic Colors of #373D1B
Black with #373D1B
Text Example
Text Example
White with #373D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D1B; }
p { color: rgb(55,61,27); }
H1.HeaderClassName
{
color: #373D1B;
}
.AnyTagClassName
{
color: #373D1B;
}
</style>
background-color css
<style>
a { background-color: #373D1B; }
a { background-color: rgb(55,61,27); }
div.DivClassName
{
background-color: #373D1B;
}
.BgClassName
{
background-color: #373D1B;
}
</style>
border-color css
<style>
span { border-color: #373D1B; }
span { border-color: rgb(55,61,27); }
td.TdClassName
{
border-color: #373D1B;
}
.TagClassName
{
border-color: #373D1B;
}
</style>