Shades of Turtle Green #354120
Tints of Turtle Green #354120
RGB
CMYK
RGB Variations
Color information
#354120 (or 0x354120) is known color: Turtle Green. HEX triplet: 35, 41 and 20. RGB value is (53,65,32). Sum of RGB (Red+Green+Blue) = 53+65+32=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #354120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354120 is #CABEDF. Grayscale: #393939. Windows color (decimal): -13287136 or 2113845. OLE color: 2113845.
HSL color Cylindrical-coordinate representation of color #354120: hue angle of 81.82º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #354120 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 65 | 32 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.75 |
| HSL | 81.82º | 0.34% | 0.19% | - |
| HSV(B) | 81.82º | 0.51% | 0.25% | - |
| XYZ | 3.62 | 4.64 | 2.07 | - |
| YUV | 57.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 32 | 0.18 | 0 | 0.51 | 0.75 | 81.82 | 0.34 | 0.19 |
| Hex | 35 | 41 | 20 | 12 | 0 | 33 | 4B | 52 | 22 | 13 |
| Octal | 65 | 101 | 40 | 22 | 0 | 63 | 113 | 122 | 42 | 23 |
| Binary | 110101 | 1000001 | 100000 | 10010 | 0 | 110011 | 1001011 | 1010010 | 100010 | 10011 |
Color Harmonies of #354120
Complementary color
Monochromatic Colors of #354120
Black with #354120
Text Example
Text Example
White with #354120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354120; }
p { color: rgb(53,65,32); }
H1.HeaderClassName
{
color: #354120;
}
.AnyTagClassName
{
color: #354120;
}
</style>
background-color css
<style>
a { background-color: #354120; }
a { background-color: rgb(53,65,32); }
div.DivClassName
{
background-color: #354120;
}
.BgClassName
{
background-color: #354120;
}
</style>
border-color css
<style>
span { border-color: #354120; }
span { border-color: rgb(53,65,32); }
td.TdClassName
{
border-color: #354120;
}
.TagClassName
{
border-color: #354120;
}
</style>