Shades of Turtle Green #313500
Tints of Turtle Green #313500
RGB
CMYK
RGB Variations
Color information
#313500 (or 0x313500) is known color: Turtle Green. HEX triplet: 31, 35 and 00. RGB value is (49,53,0). Sum of RGB (Red+Green+Blue) = 49+53+0=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 53 (21.09% from 255 or 51.96% from 102); Blue value is 0 (0.39% from 255 or 0% from 102); Max value from RGB is 53 - color contains mainly: green. Hex color #313500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313500 is #CECAFF. Grayscale: #2D2D2D. Windows color (decimal): -13552384 or 13617. OLE color: 13617.
HSL color Cylindrical-coordinate representation of color #313500: hue angle of 64.53º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #313500 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 53 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.79 |
| HSL | 64.53º | 1% | 0.1% | - |
| HSV(B) | 64.53º | 1% | 0.21% | - |
| XYZ | 2.54 | 3.2 | 0.48 | - |
| YUV | 45.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 53 | 0 | 0.08 | 0 | 1 | 0.79 | 64.53 | 1 | 0.1 |
| Hex | 31 | 35 | 0 | 8 | 0 | 64 | 4F | 41 | 64 | A |
| Octal | 61 | 65 | 0 | 10 | 0 | 144 | 117 | 101 | 144 | 12 |
| Binary | 110001 | 110101 | 0 | 1000 | 0 | 1100100 | 1001111 | 1000001 | 1100100 | 1010 |
Color Harmonies of #313500
Complementary color
Monochromatic Colors of #313500
Black with #313500
Text Example
Text Example
White with #313500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313500; }
p { color: rgb(49,53,0); }
H1.HeaderClassName
{
color: #313500;
}
.AnyTagClassName
{
color: #313500;
}
</style>
background-color css
<style>
a { background-color: #313500; }
a { background-color: rgb(49,53,0); }
div.DivClassName
{
background-color: #313500;
}
.BgClassName
{
background-color: #313500;
}
</style>
border-color css
<style>
span { border-color: #313500; }
span { border-color: rgb(49,53,0); }
td.TdClassName
{
border-color: #313500;
}
.TagClassName
{
border-color: #313500;
}
</style>