Shades of Turtle Green #37450E
Tints of Turtle Green #37450E
RGB
CMYK
RGB Variations
Color information
#37450E (or 0x37450E) is known color: Turtle Green. HEX triplet: 37, 45 and 0E. RGB value is (55,69,14). Sum of RGB (Red+Green+Blue) = 55+69+14=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 14 (5.86% from 255 or 10.14% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #37450E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37450E is #C8BAF1. Grayscale: #3A3A3A. Windows color (decimal): -13155058 or 935223. OLE color: 935223.
HSL color Cylindrical-coordinate representation of color #37450E: hue angle of 75.27º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37450E is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 69 | 14 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.73 |
| HSL | 75.27º | 0.66% | 0.16% | - |
| HSV(B) | 75.27º | 0.8% | 0.27% | - |
| XYZ | 3.78 | 5.1 | 1.2 | - |
| YUV | 58.54 | 102.86 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 69 | 14 | 0.20 | 0 | 0.80 | 0.73 | 75.27 | 0.66 | 0.16 |
| Hex | 37 | 45 | E | 14 | 0 | 50 | 49 | 4B | 42 | 10 |
| Octal | 67 | 105 | 16 | 24 | 0 | 120 | 111 | 113 | 102 | 20 |
| Binary | 110111 | 1000101 | 1110 | 10100 | 0 | 1010000 | 1001001 | 1001011 | 1000010 | 10000 |
Color Harmonies of #37450E
Complementary color
Monochromatic Colors of #37450E
Black with #37450E
Text Example
Text Example
White with #37450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37450E; }
p { color: rgb(55,69,14); }
H1.HeaderClassName
{
color: #37450E;
}
.AnyTagClassName
{
color: #37450E;
}
</style>
background-color css
<style>
a { background-color: #37450E; }
a { background-color: rgb(55,69,14); }
div.DivClassName
{
background-color: #37450E;
}
.BgClassName
{
background-color: #37450E;
}
</style>
border-color css
<style>
span { border-color: #37450E; }
span { border-color: rgb(55,69,14); }
td.TdClassName
{
border-color: #37450E;
}
.TagClassName
{
border-color: #37450E;
}
</style>