Shades of Turtle Green #313D19
Tints of Turtle Green #313D19
RGB
CMYK
RGB Variations
Color information
#313D19 (or 0x313D19) is known color: Turtle Green. HEX triplet: 31, 3D and 19. RGB value is (49,61,25). Sum of RGB (Red+Green+Blue) = 49+61+25=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 61 - color contains mainly: green. Hex color #313D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313D19 is #CEC2E6. Grayscale: #353535. Windows color (decimal): -13550311 or 1654065. OLE color: 1654065.
HSL color Cylindrical-coordinate representation of color #313D19: hue angle of 80º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #313D19 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 61 | 25 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.76 |
| HSL | 80º | 0.42% | 0.17% | - |
| HSV(B) | 80º | 0.59% | 0.24% | - |
| XYZ | 3.11 | 4.06 | 1.54 | - |
| YUV | 53.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 25 | 0.20 | 0 | 0.59 | 0.76 | 80 | 0.42 | 0.17 |
| Hex | 31 | 3D | 19 | 14 | 0 | 3B | 4C | 50 | 2A | 11 |
| Octal | 61 | 75 | 31 | 24 | 0 | 73 | 114 | 120 | 52 | 21 |
| Binary | 110001 | 111101 | 11001 | 10100 | 0 | 111011 | 1001100 | 1010000 | 101010 | 10001 |
Color Harmonies of #313D19
Complementary color
Monochromatic Colors of #313D19
Black with #313D19
Text Example
Text Example
White with #313D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D19; }
p { color: rgb(49,61,25); }
H1.HeaderClassName
{
color: #313D19;
}
.AnyTagClassName
{
color: #313D19;
}
</style>
background-color css
<style>
a { background-color: #313D19; }
a { background-color: rgb(49,61,25); }
div.DivClassName
{
background-color: #313D19;
}
.BgClassName
{
background-color: #313D19;
}
</style>
border-color css
<style>
span { border-color: #313D19; }
span { border-color: rgb(49,61,25); }
td.TdClassName
{
border-color: #313D19;
}
.TagClassName
{
border-color: #313D19;
}
</style>