Shades of Turtle Green #313501
Tints of Turtle Green #313501
RGB
CMYK
RGB Variations
Color information
#313501 (or 0x313501) is known color: Turtle Green. HEX triplet: 31, 35 and 01. RGB value is (49,53,1). Sum of RGB (Red+Green+Blue) = 49+53+1=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 53 (21.09% from 255 or 51.46% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 53 - color contains mainly: green. Hex color #313501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313501 is #CECAFE. Grayscale: #2E2E2E. Windows color (decimal): -13552383 or 79153. OLE color: 79153.
HSL color Cylindrical-coordinate representation of color #313501: hue angle of 64.62º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #313501 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 53 | 1 | - |
| CMYK | 0.08 | 0 | 0.98 | 0.79 |
| HSL | 64.62º | 0.96% | 0.11% | - |
| HSV(B) | 64.62º | 0.98% | 0.21% | - |
| XYZ | 2.55 | 3.2 | 0.51 | - |
| YUV | 45.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 53 | 1 | 0.08 | 0 | 0.98 | 0.79 | 64.62 | 0.96 | 0.11 |
| Hex | 31 | 35 | 1 | 8 | 0 | 62 | 4F | 41 | 60 | B |
| Octal | 61 | 65 | 1 | 10 | 0 | 142 | 117 | 101 | 140 | 13 |
| Binary | 110001 | 110101 | 1 | 1000 | 0 | 1100010 | 1001111 | 1000001 | 1100000 | 1011 |
Color Harmonies of #313501
Complementary color
Monochromatic Colors of #313501
Black with #313501
Text Example
Text Example
White with #313501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313501; }
p { color: rgb(49,53,1); }
H1.HeaderClassName
{
color: #313501;
}
.AnyTagClassName
{
color: #313501;
}
</style>
background-color css
<style>
a { background-color: #313501; }
a { background-color: rgb(49,53,1); }
div.DivClassName
{
background-color: #313501;
}
.BgClassName
{
background-color: #313501;
}
</style>
border-color css
<style>
span { border-color: #313501; }
span { border-color: rgb(49,53,1); }
td.TdClassName
{
border-color: #313501;
}
.TagClassName
{
border-color: #313501;
}
</style>