Shades of Turtle Green #37400C
Tints of Turtle Green #37400C
RGB
CMYK
RGB Variations
Color information
#37400C (or 0x37400C) is known color: Turtle Green. HEX triplet: 37, 40 and 0C. RGB value is (55,64,12). Sum of RGB (Red+Green+Blue) = 55+64+12=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #37400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37400C is #C8BFF3. Grayscale: #373737. Windows color (decimal): -13156340 or 802871. OLE color: 802871.
HSL color Cylindrical-coordinate representation of color #37400C: hue angle of 70.38º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #37400C is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 64 | 12 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.75 |
| HSL | 70.38º | 0.68% | 0.15% | - |
| HSV(B) | 70.38º | 0.81% | 0.25% | - |
| XYZ | 3.48 | 4.51 | 1.03 | - |
| YUV | 55.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 12 | 0.14 | 0 | 0.81 | 0.75 | 70.38 | 0.68 | 0.15 |
| Hex | 37 | 40 | C | E | 0 | 51 | 4B | 46 | 44 | F |
| Octal | 67 | 100 | 14 | 16 | 0 | 121 | 113 | 106 | 104 | 17 |
| Binary | 110111 | 1000000 | 1100 | 1110 | 0 | 1010001 | 1001011 | 1000110 | 1000100 | 1111 |
Color Harmonies of #37400C
Complementary color
Monochromatic Colors of #37400C
Black with #37400C
Text Example
Text Example
White with #37400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37400C; }
p { color: rgb(55,64,12); }
H1.HeaderClassName
{
color: #37400C;
}
.AnyTagClassName
{
color: #37400C;
}
</style>
background-color css
<style>
a { background-color: #37400C; }
a { background-color: rgb(55,64,12); }
div.DivClassName
{
background-color: #37400C;
}
.BgClassName
{
background-color: #37400C;
}
</style>
border-color css
<style>
span { border-color: #37400C; }
span { border-color: rgb(55,64,12); }
td.TdClassName
{
border-color: #37400C;
}
.TagClassName
{
border-color: #37400C;
}
</style>