Shades of Turtle Green #354414
Tints of Turtle Green #354414
RGB
CMYK
RGB Variations
Color information
#354414 (or 0x354414) is known color: Turtle Green. HEX triplet: 35, 44 and 14. RGB value is (53,68,20). Sum of RGB (Red+Green+Blue) = 53+68+20=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #354414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354414 is #CABBEB. Grayscale: #3A3A3A. Windows color (decimal): -13286380 or 1328181. OLE color: 1328181.
HSL color Cylindrical-coordinate representation of color #354414: hue angle of 78.75º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #354414 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 68 | 20 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.73 |
| HSL | 78.75º | 0.55% | 0.17% | - |
| HSV(B) | 78.75º | 0.71% | 0.27% | - |
| XYZ | 3.66 | 4.94 | 1.42 | - |
| YUV | 58.04 | 106.53 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 68 | 20 | 0.22 | 0 | 0.71 | 0.73 | 78.75 | 0.55 | 0.17 |
| Hex | 35 | 44 | 14 | 16 | 0 | 47 | 49 | 4F | 37 | 11 |
| Octal | 65 | 104 | 24 | 26 | 0 | 107 | 111 | 117 | 67 | 21 |
| Binary | 110101 | 1000100 | 10100 | 10110 | 0 | 1000111 | 1001001 | 1001111 | 110111 | 10001 |
Color Harmonies of #354414
Complementary color
Monochromatic Colors of #354414
Black with #354414
Text Example
Text Example
White with #354414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354414; }
p { color: rgb(53,68,20); }
H1.HeaderClassName
{
color: #354414;
}
.AnyTagClassName
{
color: #354414;
}
</style>
background-color css
<style>
a { background-color: #354414; }
a { background-color: rgb(53,68,20); }
div.DivClassName
{
background-color: #354414;
}
.BgClassName
{
background-color: #354414;
}
</style>
border-color css
<style>
span { border-color: #354414; }
span { border-color: rgb(53,68,20); }
td.TdClassName
{
border-color: #354414;
}
.TagClassName
{
border-color: #354414;
}
</style>