Shades of Turtle Green #354906
Tints of Turtle Green #354906
RGB
CMYK
RGB Variations
Color information
#354906 (or 0x354906) is known color: Turtle Green. HEX triplet: 35, 49 and 06. RGB value is (53,73,6). Sum of RGB (Red+Green+Blue) = 53+73+6=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 73 (28.91% from 255 or 55.30% from 132); Blue value is 6 (2.73% from 255 or 4.55% from 132); Max value from RGB is 73 - color contains mainly: green. Hex color #354906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354906 is #CAB6F9. Grayscale: #3B3B3B. Windows color (decimal): -13285114 or 411957. OLE color: 411957.
HSL color Cylindrical-coordinate representation of color #354906: hue angle of 77.91º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #354906 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 73 | 6 | - |
| CMYK | 0.27 | 0 | 0.92 | 0.71 |
| HSL | 77.91º | 0.85% | 0.15% | - |
| HSV(B) | 77.91º | 0.92% | 0.29% | - |
| XYZ | 3.88 | 5.54 | 1.04 | - |
| YUV | 59.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 6 | 0.27 | 0 | 0.92 | 0.71 | 77.91 | 0.85 | 0.15 |
| Hex | 35 | 49 | 6 | 1B | 0 | 5C | 47 | 4E | 55 | F |
| Octal | 65 | 111 | 6 | 33 | 0 | 134 | 107 | 116 | 125 | 17 |
| Binary | 110101 | 1001001 | 110 | 11011 | 0 | 1011100 | 1000111 | 1001110 | 1010101 | 1111 |
Color Harmonies of #354906
Complementary color
Monochromatic Colors of #354906
Black with #354906
Text Example
Text Example
White with #354906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354906; }
p { color: rgb(53,73,6); }
H1.HeaderClassName
{
color: #354906;
}
.AnyTagClassName
{
color: #354906;
}
</style>
background-color css
<style>
a { background-color: #354906; }
a { background-color: rgb(53,73,6); }
div.DivClassName
{
background-color: #354906;
}
.BgClassName
{
background-color: #354906;
}
</style>
border-color css
<style>
span { border-color: #354906; }
span { border-color: rgb(53,73,6); }
td.TdClassName
{
border-color: #354906;
}
.TagClassName
{
border-color: #354906;
}
</style>