Shades of Turtle Green #315004
Tints of Turtle Green #315004
RGB
CMYK
RGB Variations
Color information
#315004 (or 0x315004) is known color: Turtle Green. HEX triplet: 31, 50 and 04. RGB value is (49,80,4). Sum of RGB (Red+Green+Blue) = 49+80+4=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 80 (31.64% from 255 or 60.15% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 80 - color contains mainly: green. Hex color #315004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315004 is #CEAFFB. Grayscale: #3E3E3E. Windows color (decimal): -13545468 or 282673. OLE color: 282673.
HSL color Cylindrical-coordinate representation of color #315004: hue angle of 84.47º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #315004 is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 80 | 4 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.69 |
| HSL | 84.47º | 0.9% | 0.16% | - |
| HSV(B) | 84.47º | 0.95% | 0.31% | - |
| XYZ | 4.16 | 6.4 | 1.13 | - |
| YUV | 62.07 | 95.23 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 4 | 0.39 | 0 | 0.95 | 0.69 | 84.47 | 0.9 | 0.16 |
| Hex | 31 | 50 | 4 | 27 | 0 | 5F | 45 | 54 | 5A | 10 |
| Octal | 61 | 120 | 4 | 47 | 0 | 137 | 105 | 124 | 132 | 20 |
| Binary | 110001 | 1010000 | 100 | 100111 | 0 | 1011111 | 1000101 | 1010100 | 1011010 | 10000 |
Color Harmonies of #315004
Complementary color
Monochromatic Colors of #315004
Black with #315004
Text Example
Text Example
White with #315004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315004; }
p { color: rgb(49,80,4); }
H1.HeaderClassName
{
color: #315004;
}
.AnyTagClassName
{
color: #315004;
}
</style>
background-color css
<style>
a { background-color: #315004; }
a { background-color: rgb(49,80,4); }
div.DivClassName
{
background-color: #315004;
}
.BgClassName
{
background-color: #315004;
}
</style>
border-color css
<style>
span { border-color: #315004; }
span { border-color: rgb(49,80,4); }
td.TdClassName
{
border-color: #315004;
}
.TagClassName
{
border-color: #315004;
}
</style>