Shades of Turtle Green #354814
Tints of Turtle Green #354814
RGB
CMYK
RGB Variations
Color information
#354814 (or 0x354814) is known color: Turtle Green. HEX triplet: 35, 48 and 14. RGB value is (53,72,20). Sum of RGB (Red+Green+Blue) = 53+72+20=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 72 (28.52% from 255 or 49.66% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 72 - color contains mainly: green. Hex color #354814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354814 is #CAB7EB. Grayscale: #3C3C3C. Windows color (decimal): -13285356 or 1329205. OLE color: 1329205.
HSL color Cylindrical-coordinate representation of color #354814: hue angle of 81.92º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #354814 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 72 | 20 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.72 |
| HSL | 81.92º | 0.57% | 0.18% | - |
| HSV(B) | 81.92º | 0.72% | 0.28% | - |
| XYZ | 3.91 | 5.44 | 1.51 | - |
| YUV | 60.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 20 | 0.26 | 0 | 0.72 | 0.72 | 81.92 | 0.57 | 0.18 |
| Hex | 35 | 48 | 14 | 1A | 0 | 48 | 48 | 52 | 39 | 12 |
| Octal | 65 | 110 | 24 | 32 | 0 | 110 | 110 | 122 | 71 | 22 |
| Binary | 110101 | 1001000 | 10100 | 11010 | 0 | 1001000 | 1001000 | 1010010 | 111001 | 10010 |
Color Harmonies of #354814
Complementary color
Monochromatic Colors of #354814
Black with #354814
Text Example
Text Example
White with #354814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354814; }
p { color: rgb(53,72,20); }
H1.HeaderClassName
{
color: #354814;
}
.AnyTagClassName
{
color: #354814;
}
</style>
background-color css
<style>
a { background-color: #354814; }
a { background-color: rgb(53,72,20); }
div.DivClassName
{
background-color: #354814;
}
.BgClassName
{
background-color: #354814;
}
</style>
border-color css
<style>
span { border-color: #354814; }
span { border-color: rgb(53,72,20); }
td.TdClassName
{
border-color: #354814;
}
.TagClassName
{
border-color: #354814;
}
</style>