Shades of Turtle Green #354E10
Tints of Turtle Green #354E10
RGB
CMYK
RGB Variations
Color information
#354E10 (or 0x354E10) is known color: Turtle Green. HEX triplet: 35, 4E and 10. RGB value is (53,78,16). Sum of RGB (Red+Green+Blue) = 53+78+16=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 78 (30.86% from 255 or 53.06% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 78 - color contains mainly: green. Hex color #354E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354E10 is #CAB1EF. Grayscale: #3F3F3F. Windows color (decimal): -13283824 or 1068597. OLE color: 1068597.
HSL color Cylindrical-coordinate representation of color #354E10: hue angle of 84.19º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #354E10 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 78 | 16 | - |
| CMYK | 0.32 | 0 | 0.79 | 0.69 |
| HSL | 84.19º | 0.66% | 0.18% | - |
| HSV(B) | 84.19º | 0.79% | 0.31% | - |
| XYZ | 4.29 | 6.24 | 1.47 | - |
| YUV | 63.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 16 | 0.32 | 0 | 0.79 | 0.69 | 84.19 | 0.66 | 0.18 |
| Hex | 35 | 4E | 10 | 20 | 0 | 4F | 45 | 54 | 42 | 12 |
| Octal | 65 | 116 | 20 | 40 | 0 | 117 | 105 | 124 | 102 | 22 |
| Binary | 110101 | 1001110 | 10000 | 100000 | 0 | 1001111 | 1000101 | 1010100 | 1000010 | 10010 |
Color Harmonies of #354E10
Complementary color
Monochromatic Colors of #354E10
Black with #354E10
Text Example
Text Example
White with #354E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354E10; }
p { color: rgb(53,78,16); }
H1.HeaderClassName
{
color: #354E10;
}
.AnyTagClassName
{
color: #354E10;
}
</style>
background-color css
<style>
a { background-color: #354E10; }
a { background-color: rgb(53,78,16); }
div.DivClassName
{
background-color: #354E10;
}
.BgClassName
{
background-color: #354E10;
}
</style>
border-color css
<style>
span { border-color: #354E10; }
span { border-color: rgb(53,78,16); }
td.TdClassName
{
border-color: #354E10;
}
.TagClassName
{
border-color: #354E10;
}
</style>