Shades of Turtle Green #37401E
Tints of Turtle Green #37401E
RGB
CMYK
RGB Variations
Color information
#37401E (or 0x37401E) is known color: Turtle Green. HEX triplet: 37, 40 and 1E. RGB value is (55,64,30). Sum of RGB (Red+Green+Blue) = 55+64+30=149 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.91% from 149); Green value is 64 (25.39% from 255 or 42.95% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 64 - color contains mainly: green. Hex color #37401E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37401E is #C8BFE1. Grayscale: #393939. Windows color (decimal): -13156322 or 1982519. OLE color: 1982519.
HSL color Cylindrical-coordinate representation of color #37401E: hue angle of 75.88º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #37401E is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 64 | 30 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.75 |
| HSL | 75.88º | 0.36% | 0.18% | - |
| HSV(B) | 75.88º | 0.53% | 0.25% | - |
| XYZ | 3.64 | 4.57 | 1.92 | - |
| YUV | 57.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 30 | 0.14 | 0 | 0.53 | 0.75 | 75.88 | 0.36 | 0.18 |
| Hex | 37 | 40 | 1E | E | 0 | 35 | 4B | 4C | 24 | 12 |
| Octal | 67 | 100 | 36 | 16 | 0 | 65 | 113 | 114 | 44 | 22 |
| Binary | 110111 | 1000000 | 11110 | 1110 | 0 | 110101 | 1001011 | 1001100 | 100100 | 10010 |
Color Harmonies of #37401E
Complementary color
Monochromatic Colors of #37401E
Black with #37401E
Text Example
Text Example
White with #37401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37401E; }
p { color: rgb(55,64,30); }
H1.HeaderClassName
{
color: #37401E;
}
.AnyTagClassName
{
color: #37401E;
}
</style>
background-color css
<style>
a { background-color: #37401E; }
a { background-color: rgb(55,64,30); }
div.DivClassName
{
background-color: #37401E;
}
.BgClassName
{
background-color: #37401E;
}
</style>
border-color css
<style>
span { border-color: #37401E; }
span { border-color: rgb(55,64,30); }
td.TdClassName
{
border-color: #37401E;
}
.TagClassName
{
border-color: #37401E;
}
</style>