Shades of Turtle Green #31361A
Tints of Turtle Green #31361A
RGB
CMYK
RGB Variations
Color information
#31361A (or 0x31361A) is known color: Turtle Green. HEX triplet: 31, 36 and 1A. RGB value is (49,54,26). Sum of RGB (Red+Green+Blue) = 49+54+26=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 54 - color contains mainly: green. Hex color #31361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31361A is #CEC9E5. Grayscale: #313131. Windows color (decimal): -13552102 or 1717809. OLE color: 1717809.
HSL color Cylindrical-coordinate representation of color #31361A: hue angle of 70.71º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #31361A is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 54 | 26 | - |
| CMYK | 0.09 | 0 | 0.52 | 0.79 |
| HSL | 70.71º | 0.35% | 0.16% | - |
| HSV(B) | 70.71º | 0.52% | 0.21% | - |
| XYZ | 2.77 | 3.37 | 1.48 | - |
| YUV | 49.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 54 | 26 | 0.09 | 0 | 0.52 | 0.79 | 70.71 | 0.35 | 0.16 |
| Hex | 31 | 36 | 1A | 9 | 0 | 34 | 4F | 47 | 23 | 10 |
| Octal | 61 | 66 | 32 | 11 | 0 | 64 | 117 | 107 | 43 | 20 |
| Binary | 110001 | 110110 | 11010 | 1001 | 0 | 110100 | 1001111 | 1000111 | 100011 | 10000 |
Color Harmonies of #31361A
Complementary color
Monochromatic Colors of #31361A
Black with #31361A
Text Example
Text Example
White with #31361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31361A; }
p { color: rgb(49,54,26); }
H1.HeaderClassName
{
color: #31361A;
}
.AnyTagClassName
{
color: #31361A;
}
</style>
background-color css
<style>
a { background-color: #31361A; }
a { background-color: rgb(49,54,26); }
div.DivClassName
{
background-color: #31361A;
}
.BgClassName
{
background-color: #31361A;
}
</style>
border-color css
<style>
span { border-color: #31361A; }
span { border-color: rgb(49,54,26); }
td.TdClassName
{
border-color: #31361A;
}
.TagClassName
{
border-color: #31361A;
}
</style>