Shades of Turtle Green #354111
Tints of Turtle Green #354111
RGB
CMYK
RGB Variations
Color information
#354111 (or 0x354111) is known color: Turtle Green. HEX triplet: 35, 41 and 11. RGB value is (53,65,17). Sum of RGB (Red+Green+Blue) = 53+65+17=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #354111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354111 is #CABEEE. Grayscale: #383838. Windows color (decimal): -13287151 or 1130805. OLE color: 1130805.
HSL color Cylindrical-coordinate representation of color #354111: hue angle of 75º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #354111 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 65 | 17 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.75 |
| HSL | 75º | 0.59% | 0.16% | - |
| HSV(B) | 75º | 0.74% | 0.25% | - |
| XYZ | 3.46 | 4.58 | 1.23 | - |
| YUV | 55.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 17 | 0.18 | 0 | 0.74 | 0.75 | 75 | 0.59 | 0.16 |
| Hex | 35 | 41 | 11 | 12 | 0 | 4A | 4B | 4B | 3B | 10 |
| Octal | 65 | 101 | 21 | 22 | 0 | 112 | 113 | 113 | 73 | 20 |
| Binary | 110101 | 1000001 | 10001 | 10010 | 0 | 1001010 | 1001011 | 1001011 | 111011 | 10000 |
Color Harmonies of #354111
Complementary color
Monochromatic Colors of #354111
Black with #354111
Text Example
Text Example
White with #354111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354111; }
p { color: rgb(53,65,17); }
H1.HeaderClassName
{
color: #354111;
}
.AnyTagClassName
{
color: #354111;
}
</style>
background-color css
<style>
a { background-color: #354111; }
a { background-color: rgb(53,65,17); }
div.DivClassName
{
background-color: #354111;
}
.BgClassName
{
background-color: #354111;
}
</style>
border-color css
<style>
span { border-color: #354111; }
span { border-color: rgb(53,65,17); }
td.TdClassName
{
border-color: #354111;
}
.TagClassName
{
border-color: #354111;
}
</style>