Shades of Turtle Green #37370D
Tints of Turtle Green #37370D
RGB
CMYK
RGB Variations
Color information
#37370D (or 0x37370D) is known color: Turtle Green. HEX triplet: 37, 37 and 0D. RGB value is (55,55,13). Sum of RGB (Red+Green+Blue) = 55+55+13=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 55 - color contains mainly: red, green. Hex color #37370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37370D is #C8C8F2. Grayscale: #323232. Windows color (decimal): -13158643 or 866103. OLE color: 866103.
HSL color Cylindrical-coordinate representation of color #37370D: hue angle of 60º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37370D is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 55 | 13 | - |
| CMYK | 0 | 0 | 0.76 | 0.78 |
| HSL | 60º | 0.62% | 0.13% | - |
| HSV(B) | 60º | 0.76% | 0.22% | - |
| XYZ | 3.01 | 3.57 | 0.91 | - |
| YUV | 50.21 | 107 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 55 | 13 | 0 | 0 | 0.76 | 0.78 | 60 | 0.62 | 0.13 |
| Hex | 37 | 37 | D | 0 | 0 | 4C | 4E | 3C | 3E | D |
| Octal | 67 | 67 | 15 | 0 | 0 | 114 | 116 | 74 | 76 | 15 |
| Binary | 110111 | 110111 | 1101 | 0 | 0 | 1001100 | 1001110 | 111100 | 111110 | 1101 |
Color Harmonies of #37370D
Complementary color
Monochromatic Colors of #37370D
Black with #37370D
Text Example
Text Example
White with #37370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37370D; }
p { color: rgb(55,55,13); }
H1.HeaderClassName
{
color: #37370D;
}
.AnyTagClassName
{
color: #37370D;
}
</style>
background-color css
<style>
a { background-color: #37370D; }
a { background-color: rgb(55,55,13); }
div.DivClassName
{
background-color: #37370D;
}
.BgClassName
{
background-color: #37370D;
}
</style>
border-color css
<style>
span { border-color: #37370D; }
span { border-color: rgb(55,55,13); }
td.TdClassName
{
border-color: #37370D;
}
.TagClassName
{
border-color: #37370D;
}
</style>