Shades of Turtle Green #354D06
Tints of Turtle Green #354D06
RGB
CMYK
RGB Variations
Color information
#354D06 (or 0x354D06) is known color: Turtle Green. HEX triplet: 35, 4D and 06. RGB value is (53,77,6). Sum of RGB (Red+Green+Blue) = 53+77+6=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 77 (30.47% from 255 or 56.62% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 77 - color contains mainly: green. Hex color #354D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354D06 is #CAB2F9. Grayscale: #3D3D3D. Windows color (decimal): -13284090 or 412981. OLE color: 412981.
HSL color Cylindrical-coordinate representation of color #354D06: hue angle of 80.28º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #354D06 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 77 | 6 | - |
| CMYK | 0.31 | 0 | 0.92 | 0.70 |
| HSL | 80.28º | 0.86% | 0.16% | - |
| HSV(B) | 80.28º | 0.92% | 0.3% | - |
| XYZ | 4.15 | 6.08 | 1.13 | - |
| YUV | 61.73 | 96.55 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 6 | 0.31 | 0 | 0.92 | 0.70 | 80.28 | 0.86 | 0.16 |
| Hex | 35 | 4D | 6 | 1F | 0 | 5C | 46 | 50 | 56 | 10 |
| Octal | 65 | 115 | 6 | 37 | 0 | 134 | 106 | 120 | 126 | 20 |
| Binary | 110101 | 1001101 | 110 | 11111 | 0 | 1011100 | 1000110 | 1010000 | 1010110 | 10000 |
Color Harmonies of #354D06
Complementary color
Monochromatic Colors of #354D06
Black with #354D06
Text Example
Text Example
White with #354D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354D06; }
p { color: rgb(53,77,6); }
H1.HeaderClassName
{
color: #354D06;
}
.AnyTagClassName
{
color: #354D06;
}
</style>
background-color css
<style>
a { background-color: #354D06; }
a { background-color: rgb(53,77,6); }
div.DivClassName
{
background-color: #354D06;
}
.BgClassName
{
background-color: #354D06;
}
</style>
border-color css
<style>
span { border-color: #354D06; }
span { border-color: rgb(53,77,6); }
td.TdClassName
{
border-color: #354D06;
}
.TagClassName
{
border-color: #354D06;
}
</style>