Shades of Turtle Green #313822
Tints of Turtle Green #313822
RGB
CMYK
RGB Variations
Color information
#313822 (or 0x313822) is known color: Turtle Green. HEX triplet: 31, 38 and 22. RGB value is (49,56,34). Sum of RGB (Red+Green+Blue) = 49+56+34=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 56 (22.27% from 255 or 40.29% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 56 - color contains mainly: green. Hex color #313822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313822 is #CEC7DD. Grayscale: #333333. Windows color (decimal): -13551582 or 2242609. OLE color: 2242609.
HSL color Cylindrical-coordinate representation of color #313822: hue angle of 79.09º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #313822 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 56 | 34 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.78 |
| HSL | 79.09º | 0.24% | 0.18% | - |
| HSV(B) | 79.09º | 0.39% | 0.22% | - |
| XYZ | 2.97 | 3.6 | 2.05 | - |
| YUV | 51.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 34 | 0.12 | 0 | 0.39 | 0.78 | 79.09 | 0.24 | 0.18 |
| Hex | 31 | 38 | 22 | C | 0 | 27 | 4E | 4F | 18 | 12 |
| Octal | 61 | 70 | 42 | 14 | 0 | 47 | 116 | 117 | 30 | 22 |
| Binary | 110001 | 111000 | 100010 | 1100 | 0 | 100111 | 1001110 | 1001111 | 11000 | 10010 |
Color Harmonies of #313822
Complementary color
Monochromatic Colors of #313822
Black with #313822
Text Example
Text Example
White with #313822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313822; }
p { color: rgb(49,56,34); }
H1.HeaderClassName
{
color: #313822;
}
.AnyTagClassName
{
color: #313822;
}
</style>
background-color css
<style>
a { background-color: #313822; }
a { background-color: rgb(49,56,34); }
div.DivClassName
{
background-color: #313822;
}
.BgClassName
{
background-color: #313822;
}
</style>
border-color css
<style>
span { border-color: #313822; }
span { border-color: rgb(49,56,34); }
td.TdClassName
{
border-color: #313822;
}
.TagClassName
{
border-color: #313822;
}
</style>