Shades of Turtle Green #313719
Tints of Turtle Green #313719
RGB
CMYK
RGB Variations
Color information
#313719 (or 0x313719) is known color: Turtle Green. HEX triplet: 31, 37 and 19. RGB value is (49,55,25). Sum of RGB (Red+Green+Blue) = 49+55+25=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 55 - color contains mainly: green. Hex color #313719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313719 is #CEC8E6. Grayscale: #313131. Windows color (decimal): -13551847 or 1652529. OLE color: 1652529.
HSL color Cylindrical-coordinate representation of color #313719: hue angle of 72º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #313719 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 55 | 25 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.78 |
| HSL | 72º | 0.38% | 0.16% | - |
| HSV(B) | 72º | 0.55% | 0.22% | - |
| XYZ | 2.81 | 3.46 | 1.44 | - |
| YUV | 49.79 | 114.01 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 25 | 0.11 | 0 | 0.55 | 0.78 | 72 | 0.38 | 0.16 |
| Hex | 31 | 37 | 19 | B | 0 | 37 | 4E | 48 | 26 | 10 |
| Octal | 61 | 67 | 31 | 13 | 0 | 67 | 116 | 110 | 46 | 20 |
| Binary | 110001 | 110111 | 11001 | 1011 | 0 | 110111 | 1001110 | 1001000 | 100110 | 10000 |
Color Harmonies of #313719
Complementary color
Monochromatic Colors of #313719
Black with #313719
Text Example
Text Example
White with #313719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313719; }
p { color: rgb(49,55,25); }
H1.HeaderClassName
{
color: #313719;
}
.AnyTagClassName
{
color: #313719;
}
</style>
background-color css
<style>
a { background-color: #313719; }
a { background-color: rgb(49,55,25); }
div.DivClassName
{
background-color: #313719;
}
.BgClassName
{
background-color: #313719;
}
</style>
border-color css
<style>
span { border-color: #313719; }
span { border-color: rgb(49,55,25); }
td.TdClassName
{
border-color: #313719;
}
.TagClassName
{
border-color: #313719;
}
</style>