Shades of Turtle Green #354109
Tints of Turtle Green #354109
RGB
CMYK
RGB Variations
Color information
#354109 (or 0x354109) is known color: Turtle Green. HEX triplet: 35, 41 and 09. RGB value is (53,65,9). Sum of RGB (Red+Green+Blue) = 53+65+9=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 9 (3.91% from 255 or 7.09% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #354109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354109 is #CABEF6. Grayscale: #373737. Windows color (decimal): -13287159 or 606517. OLE color: 606517.
HSL color Cylindrical-coordinate representation of color #354109: hue angle of 72.86º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #354109 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 65 | 9 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.75 |
| HSL | 72.86º | 0.76% | 0.15% | - |
| HSV(B) | 72.86º | 0.86% | 0.25% | - |
| XYZ | 3.41 | 4.56 | 0.96 | - |
| YUV | 55.03 | 102.02 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 9 | 0.18 | 0 | 0.86 | 0.75 | 72.86 | 0.76 | 0.15 |
| Hex | 35 | 41 | 9 | 12 | 0 | 56 | 4B | 49 | 4C | F |
| Octal | 65 | 101 | 11 | 22 | 0 | 126 | 113 | 111 | 114 | 17 |
| Binary | 110101 | 1000001 | 1001 | 10010 | 0 | 1010110 | 1001011 | 1001001 | 1001100 | 1111 |
Color Harmonies of #354109
Complementary color
Monochromatic Colors of #354109
Black with #354109
Text Example
Text Example
White with #354109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354109; }
p { color: rgb(53,65,9); }
H1.HeaderClassName
{
color: #354109;
}
.AnyTagClassName
{
color: #354109;
}
</style>
background-color css
<style>
a { background-color: #354109; }
a { background-color: rgb(53,65,9); }
div.DivClassName
{
background-color: #354109;
}
.BgClassName
{
background-color: #354109;
}
</style>
border-color css
<style>
span { border-color: #354109; }
span { border-color: rgb(53,65,9); }
td.TdClassName
{
border-color: #354109;
}
.TagClassName
{
border-color: #354109;
}
</style>