Shades of Turtle Green #354607
Tints of Turtle Green #354607
RGB
CMYK
RGB Variations
Color information
#354607 (or 0x354607) is known color: Turtle Green. HEX triplet: 35, 46 and 07. RGB value is (53,70,7). Sum of RGB (Red+Green+Blue) = 53+70+7=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 70 (27.73% from 255 or 53.85% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 70 - color contains mainly: green. Hex color #354607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354607 is #CAB9F8. Grayscale: #393939. Windows color (decimal): -13285881 or 476725. OLE color: 476725.
HSL color Cylindrical-coordinate representation of color #354607: hue angle of 76.19º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #354607 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 70 | 7 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.73 |
| HSL | 76.19º | 0.82% | 0.15% | - |
| HSV(B) | 76.19º | 0.9% | 0.27% | - |
| XYZ | 3.7 | 5.15 | 1 | - |
| YUV | 57.74 | 99.37 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 7 | 0.24 | 0 | 0.90 | 0.73 | 76.19 | 0.82 | 0.15 |
| Hex | 35 | 46 | 7 | 18 | 0 | 5A | 49 | 4C | 52 | F |
| Octal | 65 | 106 | 7 | 30 | 0 | 132 | 111 | 114 | 122 | 17 |
| Binary | 110101 | 1000110 | 111 | 11000 | 0 | 1011010 | 1001001 | 1001100 | 1010010 | 1111 |
Color Harmonies of #354607
Complementary color
Monochromatic Colors of #354607
Black with #354607
Text Example
Text Example
White with #354607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354607; }
p { color: rgb(53,70,7); }
H1.HeaderClassName
{
color: #354607;
}
.AnyTagClassName
{
color: #354607;
}
</style>
background-color css
<style>
a { background-color: #354607; }
a { background-color: rgb(53,70,7); }
div.DivClassName
{
background-color: #354607;
}
.BgClassName
{
background-color: #354607;
}
</style>
border-color css
<style>
span { border-color: #354607; }
span { border-color: rgb(53,70,7); }
td.TdClassName
{
border-color: #354607;
}
.TagClassName
{
border-color: #354607;
}
</style>