Shades of Turtle Green #354016
Tints of Turtle Green #354016
RGB
CMYK
RGB Variations
Color information
#354016 (or 0x354016) is known color: Turtle Green. HEX triplet: 35, 40 and 16. RGB value is (53,64,22). Sum of RGB (Red+Green+Blue) = 53+64+22=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #354016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354016 is #CABFE9. Grayscale: #383838. Windows color (decimal): -13287402 or 1458229. OLE color: 1458229.
HSL color Cylindrical-coordinate representation of color #354016: hue angle of 75.71º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #354016 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 64 | 22 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.75 |
| HSL | 75.71º | 0.49% | 0.17% | - |
| HSV(B) | 75.71º | 0.66% | 0.25% | - |
| XYZ | 3.45 | 4.48 | 1.44 | - |
| YUV | 55.92 | 108.86 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 22 | 0.17 | 0 | 0.66 | 0.75 | 75.71 | 0.49 | 0.17 |
| Hex | 35 | 40 | 16 | 11 | 0 | 42 | 4B | 4C | 31 | 11 |
| Octal | 65 | 100 | 26 | 21 | 0 | 102 | 113 | 114 | 61 | 21 |
| Binary | 110101 | 1000000 | 10110 | 10001 | 0 | 1000010 | 1001011 | 1001100 | 110001 | 10001 |
Color Harmonies of #354016
Complementary color
Monochromatic Colors of #354016
Black with #354016
Text Example
Text Example
White with #354016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354016; }
p { color: rgb(53,64,22); }
H1.HeaderClassName
{
color: #354016;
}
.AnyTagClassName
{
color: #354016;
}
</style>
background-color css
<style>
a { background-color: #354016; }
a { background-color: rgb(53,64,22); }
div.DivClassName
{
background-color: #354016;
}
.BgClassName
{
background-color: #354016;
}
</style>
border-color css
<style>
span { border-color: #354016; }
span { border-color: rgb(53,64,22); }
td.TdClassName
{
border-color: #354016;
}
.TagClassName
{
border-color: #354016;
}
</style>