Shades of Turtle Green #37440C
Tints of Turtle Green #37440C
RGB
CMYK
RGB Variations
Color information
#37440C (or 0x37440C) is known color: Turtle Green. HEX triplet: 37, 44 and 0C. RGB value is (55,68,12). Sum of RGB (Red+Green+Blue) = 55+68+12=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #37440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37440C is #C8BBF3. Grayscale: #393939. Windows color (decimal): -13155316 or 803895. OLE color: 803895.
HSL color Cylindrical-coordinate representation of color #37440C: hue angle of 73.93º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37440C is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 68 | 12 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.73 |
| HSL | 73.93º | 0.7% | 0.16% | - |
| HSV(B) | 73.93º | 0.82% | 0.27% | - |
| XYZ | 3.71 | 4.97 | 1.11 | - |
| YUV | 57.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 68 | 12 | 0.19 | 0 | 0.82 | 0.73 | 73.93 | 0.7 | 0.16 |
| Hex | 37 | 44 | C | 13 | 0 | 52 | 49 | 4A | 46 | 10 |
| Octal | 67 | 104 | 14 | 23 | 0 | 122 | 111 | 112 | 106 | 20 |
| Binary | 110111 | 1000100 | 1100 | 10011 | 0 | 1010010 | 1001001 | 1001010 | 1000110 | 10000 |
Color Harmonies of #37440C
Complementary color
Monochromatic Colors of #37440C
Black with #37440C
Text Example
Text Example
White with #37440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37440C; }
p { color: rgb(55,68,12); }
H1.HeaderClassName
{
color: #37440C;
}
.AnyTagClassName
{
color: #37440C;
}
</style>
background-color css
<style>
a { background-color: #37440C; }
a { background-color: rgb(55,68,12); }
div.DivClassName
{
background-color: #37440C;
}
.BgClassName
{
background-color: #37440C;
}
</style>
border-color css
<style>
span { border-color: #37440C; }
span { border-color: rgb(55,68,12); }
td.TdClassName
{
border-color: #37440C;
}
.TagClassName
{
border-color: #37440C;
}
</style>