Shades of Turtle Green #37400F
Tints of Turtle Green #37400F
RGB
CMYK
RGB Variations
Color information
#37400F (or 0x37400F) is known color: Turtle Green. HEX triplet: 37, 40 and 0F. RGB value is (55,64,15). Sum of RGB (Red+Green+Blue) = 55+64+15=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #37400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37400F is #C8BFF0. Grayscale: #373737. Windows color (decimal): -13156337 or 999479. OLE color: 999479.
HSL color Cylindrical-coordinate representation of color #37400F: hue angle of 71.02º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37400F is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 64 | 15 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.75 |
| HSL | 71.02º | 0.62% | 0.15% | - |
| HSV(B) | 71.02º | 0.77% | 0.25% | - |
| XYZ | 3.5 | 4.51 | 1.14 | - |
| YUV | 55.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 15 | 0.14 | 0 | 0.77 | 0.75 | 71.02 | 0.62 | 0.15 |
| Hex | 37 | 40 | F | E | 0 | 4D | 4B | 47 | 3E | F |
| Octal | 67 | 100 | 17 | 16 | 0 | 115 | 113 | 107 | 76 | 17 |
| Binary | 110111 | 1000000 | 1111 | 1110 | 0 | 1001101 | 1001011 | 1000111 | 111110 | 1111 |
Color Harmonies of #37400F
Complementary color
Monochromatic Colors of #37400F
Black with #37400F
Text Example
Text Example
White with #37400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37400F; }
p { color: rgb(55,64,15); }
H1.HeaderClassName
{
color: #37400F;
}
.AnyTagClassName
{
color: #37400F;
}
</style>
background-color css
<style>
a { background-color: #37400F; }
a { background-color: rgb(55,64,15); }
div.DivClassName
{
background-color: #37400F;
}
.BgClassName
{
background-color: #37400F;
}
</style>
border-color css
<style>
span { border-color: #37400F; }
span { border-color: rgb(55,64,15); }
td.TdClassName
{
border-color: #37400F;
}
.TagClassName
{
border-color: #37400F;
}
</style>