Shades of Turtle Green #354813
Tints of Turtle Green #354813
RGB
CMYK
RGB Variations
Color information
#354813 (or 0x354813) is known color: Turtle Green. HEX triplet: 35, 48 and 13. RGB value is (53,72,19). Sum of RGB (Red+Green+Blue) = 53+72+19=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #354813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354813 is #CAB7EC. Grayscale: #3C3C3C. Windows color (decimal): -13285357 or 1263669. OLE color: 1263669.
HSL color Cylindrical-coordinate representation of color #354813: hue angle of 81.51º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354813 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 72 | 19 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.72 |
| HSL | 81.51º | 0.58% | 0.18% | - |
| HSV(B) | 81.51º | 0.74% | 0.28% | - |
| XYZ | 3.9 | 5.44 | 1.46 | - |
| YUV | 60.28 | 104.71 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 19 | 0.26 | 0 | 0.74 | 0.72 | 81.51 | 0.58 | 0.18 |
| Hex | 35 | 48 | 13 | 1A | 0 | 4A | 48 | 52 | 3A | 12 |
| Octal | 65 | 110 | 23 | 32 | 0 | 112 | 110 | 122 | 72 | 22 |
| Binary | 110101 | 1001000 | 10011 | 11010 | 0 | 1001010 | 1001000 | 1010010 | 111010 | 10010 |
Color Harmonies of #354813
Complementary color
Monochromatic Colors of #354813
Black with #354813
Text Example
Text Example
White with #354813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354813; }
p { color: rgb(53,72,19); }
H1.HeaderClassName
{
color: #354813;
}
.AnyTagClassName
{
color: #354813;
}
</style>
background-color css
<style>
a { background-color: #354813; }
a { background-color: rgb(53,72,19); }
div.DivClassName
{
background-color: #354813;
}
.BgClassName
{
background-color: #354813;
}
</style>
border-color css
<style>
span { border-color: #354813; }
span { border-color: rgb(53,72,19); }
td.TdClassName
{
border-color: #354813;
}
.TagClassName
{
border-color: #354813;
}
</style>