Shades of Turtle Green #354206
Tints of Turtle Green #354206
RGB
CMYK
RGB Variations
Color information
#354206 (or 0x354206) is known color: Turtle Green. HEX triplet: 35, 42 and 06. RGB value is (53,66,6). Sum of RGB (Red+Green+Blue) = 53+66+6=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #354206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354206 is #CABDF9. Grayscale: #373737. Windows color (decimal): -13286906 or 410165. OLE color: 410165.
HSL color Cylindrical-coordinate representation of color #354206: hue angle of 73º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #354206 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 66 | 6 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.74 |
| HSL | 73º | 0.83% | 0.14% | - |
| HSV(B) | 73º | 0.91% | 0.26% | - |
| XYZ | 3.45 | 4.67 | 0.89 | - |
| YUV | 55.27 | 100.19 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 6 | 0.20 | 0 | 0.91 | 0.74 | 73 | 0.83 | 0.14 |
| Hex | 35 | 42 | 6 | 14 | 0 | 5B | 4A | 49 | 53 | E |
| Octal | 65 | 102 | 6 | 24 | 0 | 133 | 112 | 111 | 123 | 16 |
| Binary | 110101 | 1000010 | 110 | 10100 | 0 | 1011011 | 1001010 | 1001001 | 1010011 | 1110 |
Color Harmonies of #354206
Complementary color
Monochromatic Colors of #354206
Black with #354206
Text Example
Text Example
White with #354206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354206; }
p { color: rgb(53,66,6); }
H1.HeaderClassName
{
color: #354206;
}
.AnyTagClassName
{
color: #354206;
}
</style>
background-color css
<style>
a { background-color: #354206; }
a { background-color: rgb(53,66,6); }
div.DivClassName
{
background-color: #354206;
}
.BgClassName
{
background-color: #354206;
}
</style>
border-color css
<style>
span { border-color: #354206; }
span { border-color: rgb(53,66,6); }
td.TdClassName
{
border-color: #354206;
}
.TagClassName
{
border-color: #354206;
}
</style>