Shades of Turtle Green #354A14
Tints of Turtle Green #354A14
RGB
CMYK
RGB Variations
Color information
#354A14 (or 0x354A14) is known color: Turtle Green. HEX triplet: 35, 4A and 14. RGB value is (53,74,20). Sum of RGB (Red+Green+Blue) = 53+74+20=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #354A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354A14 is #CAB5EB. Grayscale: #3D3D3D. Windows color (decimal): -13284844 or 1329717. OLE color: 1329717.
HSL color Cylindrical-coordinate representation of color #354A14: hue angle of 83.33º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #354A14 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 74 | 20 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.71 |
| HSL | 83.33º | 0.57% | 0.18% | - |
| HSV(B) | 83.33º | 0.73% | 0.29% | - |
| XYZ | 4.04 | 5.7 | 1.55 | - |
| YUV | 61.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 20 | 0.28 | 0 | 0.73 | 0.71 | 83.33 | 0.57 | 0.18 |
| Hex | 35 | 4A | 14 | 1C | 0 | 49 | 47 | 53 | 39 | 12 |
| Octal | 65 | 112 | 24 | 34 | 0 | 111 | 107 | 123 | 71 | 22 |
| Binary | 110101 | 1001010 | 10100 | 11100 | 0 | 1001001 | 1000111 | 1010011 | 111001 | 10010 |
Color Harmonies of #354A14
Complementary color
Monochromatic Colors of #354A14
Black with #354A14
Text Example
Text Example
White with #354A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354A14; }
p { color: rgb(53,74,20); }
H1.HeaderClassName
{
color: #354A14;
}
.AnyTagClassName
{
color: #354A14;
}
</style>
background-color css
<style>
a { background-color: #354A14; }
a { background-color: rgb(53,74,20); }
div.DivClassName
{
background-color: #354A14;
}
.BgClassName
{
background-color: #354A14;
}
</style>
border-color css
<style>
span { border-color: #354A14; }
span { border-color: rgb(53,74,20); }
td.TdClassName
{
border-color: #354A14;
}
.TagClassName
{
border-color: #354A14;
}
</style>