Shades of Turtle Green #354613
Tints of Turtle Green #354613
RGB
CMYK
RGB Variations
Color information
#354613 (or 0x354613) is known color: Turtle Green. HEX triplet: 35, 46 and 13. RGB value is (53,70,19). Sum of RGB (Red+Green+Blue) = 53+70+19=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #354613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354613 is #CAB9EC. Grayscale: #3B3B3B. Windows color (decimal): -13285869 or 1263157. OLE color: 1263157.
HSL color Cylindrical-coordinate representation of color #354613: hue angle of 80º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #354613 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 70 | 19 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.73 |
| HSL | 80º | 0.57% | 0.17% | - |
| HSV(B) | 80º | 0.73% | 0.27% | - |
| XYZ | 3.78 | 5.18 | 1.42 | - |
| YUV | 59.1 | 105.37 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 19 | 0.24 | 0 | 0.73 | 0.73 | 80 | 0.57 | 0.17 |
| Hex | 35 | 46 | 13 | 18 | 0 | 49 | 49 | 50 | 39 | 11 |
| Octal | 65 | 106 | 23 | 30 | 0 | 111 | 111 | 120 | 71 | 21 |
| Binary | 110101 | 1000110 | 10011 | 11000 | 0 | 1001001 | 1001001 | 1010000 | 111001 | 10001 |
Color Harmonies of #354613
Complementary color
Monochromatic Colors of #354613
Black with #354613
Text Example
Text Example
White with #354613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354613; }
p { color: rgb(53,70,19); }
H1.HeaderClassName
{
color: #354613;
}
.AnyTagClassName
{
color: #354613;
}
</style>
background-color css
<style>
a { background-color: #354613; }
a { background-color: rgb(53,70,19); }
div.DivClassName
{
background-color: #354613;
}
.BgClassName
{
background-color: #354613;
}
</style>
border-color css
<style>
span { border-color: #354613; }
span { border-color: rgb(53,70,19); }
td.TdClassName
{
border-color: #354613;
}
.TagClassName
{
border-color: #354613;
}
</style>