Shades of Turtle Green #31440C
Tints of Turtle Green #31440C
RGB
CMYK
RGB Variations
Color information
#31440C (or 0x31440C) is known color: Turtle Green. HEX triplet: 31, 44 and 0C. RGB value is (49,68,12). Sum of RGB (Red+Green+Blue) = 49+68+12=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 68 (26.95% from 255 or 52.71% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 68 - color contains mainly: green. Hex color #31440C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31440C is #CEBBF3. Grayscale: #383838. Windows color (decimal): -13548532 or 803889. OLE color: 803889.
HSL color Cylindrical-coordinate representation of color #31440C: hue angle of 80.36º 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 #31440C is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 68 | 12 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.73 |
| HSL | 80.36º | 0.7% | 0.16% | - |
| HSV(B) | 80.36º | 0.82% | 0.27% | - |
| XYZ | 3.4 | 4.81 | 1.1 | - |
| YUV | 55.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 68 | 12 | 0.28 | 0 | 0.82 | 0.73 | 80.36 | 0.7 | 0.16 |
| Hex | 31 | 44 | C | 1C | 0 | 52 | 49 | 50 | 46 | 10 |
| Octal | 61 | 104 | 14 | 34 | 0 | 122 | 111 | 120 | 106 | 20 |
| Binary | 110001 | 1000100 | 1100 | 11100 | 0 | 1010010 | 1001001 | 1010000 | 1000110 | 10000 |
Color Harmonies of #31440C
Complementary color
Monochromatic Colors of #31440C
Black with #31440C
Text Example
Text Example
White with #31440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31440C; }
p { color: rgb(49,68,12); }
H1.HeaderClassName
{
color: #31440C;
}
.AnyTagClassName
{
color: #31440C;
}
</style>
background-color css
<style>
a { background-color: #31440C; }
a { background-color: rgb(49,68,12); }
div.DivClassName
{
background-color: #31440C;
}
.BgClassName
{
background-color: #31440C;
}
</style>
border-color css
<style>
span { border-color: #31440C; }
span { border-color: rgb(49,68,12); }
td.TdClassName
{
border-color: #31440C;
}
.TagClassName
{
border-color: #31440C;
}
</style>