Shades of Turtle Green #37421B
Tints of Turtle Green #37421B
RGB
CMYK
RGB Variations
Color information
#37421B (or 0x37421B) is known color: Turtle Green. HEX triplet: 37, 42 and 1B. RGB value is (55,66,27). Sum of RGB (Red+Green+Blue) = 55+66+27=148 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.16% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 66 - color contains mainly: green. Hex color #37421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37421B is #C8BDE4. Grayscale: #3A3A3A. Windows color (decimal): -13155813 or 1786423. OLE color: 1786423.
HSL color Cylindrical-coordinate representation of color #37421B: hue angle of 76.92º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #37421B is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 66 | 27 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.74 |
| HSL | 76.92º | 0.42% | 0.18% | - |
| HSV(B) | 76.92º | 0.59% | 0.26% | - |
| XYZ | 3.72 | 4.79 | 1.76 | - |
| YUV | 58.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 66 | 27 | 0.17 | 0 | 0.59 | 0.74 | 76.92 | 0.42 | 0.18 |
| Hex | 37 | 42 | 1B | 11 | 0 | 3B | 4A | 4D | 2A | 12 |
| Octal | 67 | 102 | 33 | 21 | 0 | 73 | 112 | 115 | 52 | 22 |
| Binary | 110111 | 1000010 | 11011 | 10001 | 0 | 111011 | 1001010 | 1001101 | 101010 | 10010 |
Color Harmonies of #37421B
Complementary color
Monochromatic Colors of #37421B
Black with #37421B
Text Example
Text Example
White with #37421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37421B; }
p { color: rgb(55,66,27); }
H1.HeaderClassName
{
color: #37421B;
}
.AnyTagClassName
{
color: #37421B;
}
</style>
background-color css
<style>
a { background-color: #37421B; }
a { background-color: rgb(55,66,27); }
div.DivClassName
{
background-color: #37421B;
}
.BgClassName
{
background-color: #37421B;
}
</style>
border-color css
<style>
span { border-color: #37421B; }
span { border-color: rgb(55,66,27); }
td.TdClassName
{
border-color: #37421B;
}
.TagClassName
{
border-color: #37421B;
}
</style>