Shades of Turtle Green #354D13
Tints of Turtle Green #354D13
RGB
CMYK
RGB Variations
Color information
#354D13 (or 0x354D13) is known color: Turtle Green. HEX triplet: 35, 4D and 13. RGB value is (53,77,19). Sum of RGB (Red+Green+Blue) = 53+77+19=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 77 (30.47% from 255 or 51.68% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 77 - color contains mainly: green. Hex color #354D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354D13 is #CAB2EC. Grayscale: #3F3F3F. Windows color (decimal): -13284077 or 1264949. OLE color: 1264949.
HSL color Cylindrical-coordinate representation of color #354D13: hue angle of 84.83º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #354D13 is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 77 | 19 | - |
| CMYK | 0.31 | 0 | 0.75 | 0.70 |
| HSL | 84.83º | 0.6% | 0.19% | - |
| HSV(B) | 84.83º | 0.75% | 0.3% | - |
| XYZ | 4.24 | 6.11 | 1.57 | - |
| YUV | 63.21 | 103.05 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 19 | 0.31 | 0 | 0.75 | 0.70 | 84.83 | 0.6 | 0.19 |
| Hex | 35 | 4D | 13 | 1F | 0 | 4B | 46 | 55 | 3C | 13 |
| Octal | 65 | 115 | 23 | 37 | 0 | 113 | 106 | 125 | 74 | 23 |
| Binary | 110101 | 1001101 | 10011 | 11111 | 0 | 1001011 | 1000110 | 1010101 | 111100 | 10011 |
Color Harmonies of #354D13
Complementary color
Monochromatic Colors of #354D13
Black with #354D13
Text Example
Text Example
White with #354D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354D13; }
p { color: rgb(53,77,19); }
H1.HeaderClassName
{
color: #354D13;
}
.AnyTagClassName
{
color: #354D13;
}
</style>
background-color css
<style>
a { background-color: #354D13; }
a { background-color: rgb(53,77,19); }
div.DivClassName
{
background-color: #354D13;
}
.BgClassName
{
background-color: #354D13;
}
</style>
border-color css
<style>
span { border-color: #354D13; }
span { border-color: rgb(53,77,19); }
td.TdClassName
{
border-color: #354D13;
}
.TagClassName
{
border-color: #354D13;
}
</style>