Shades of Turtle Green #354F12
Tints of Turtle Green #354F12
RGB
CMYK
RGB Variations
Color information
#354F12 (or 0x354F12) is known color: Turtle Green. HEX triplet: 35, 4F and 12. RGB value is (53,79,18). Sum of RGB (Red+Green+Blue) = 53+79+18=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 79 (31.25% from 255 or 52.67% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 79 - color contains mainly: green. Hex color #354F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354F12 is #CAB0ED. Grayscale: #404040. Windows color (decimal): -13283566 or 1199925. OLE color: 1199925.
HSL color Cylindrical-coordinate representation of color #354F12: hue angle of 85.57º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #354F12 is Cyan = 0.33, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 79 | 18 | - |
| CMYK | 0.33 | 0 | 0.77 | 0.69 |
| HSL | 85.57º | 0.63% | 0.19% | - |
| HSV(B) | 85.57º | 0.77% | 0.31% | - |
| XYZ | 4.37 | 6.39 | 1.58 | - |
| YUV | 64.27 | 101.89 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 18 | 0.33 | 0 | 0.77 | 0.69 | 85.57 | 0.63 | 0.19 |
| Hex | 35 | 4F | 12 | 21 | 0 | 4D | 45 | 56 | 3F | 13 |
| Octal | 65 | 117 | 22 | 41 | 0 | 115 | 105 | 126 | 77 | 23 |
| Binary | 110101 | 1001111 | 10010 | 100001 | 0 | 1001101 | 1000101 | 1010110 | 111111 | 10011 |
Color Harmonies of #354F12
Complementary color
Monochromatic Colors of #354F12
Black with #354F12
Text Example
Text Example
White with #354F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354F12; }
p { color: rgb(53,79,18); }
H1.HeaderClassName
{
color: #354F12;
}
.AnyTagClassName
{
color: #354F12;
}
</style>
background-color css
<style>
a { background-color: #354F12; }
a { background-color: rgb(53,79,18); }
div.DivClassName
{
background-color: #354F12;
}
.BgClassName
{
background-color: #354F12;
}
</style>
border-color css
<style>
span { border-color: #354F12; }
span { border-color: rgb(53,79,18); }
td.TdClassName
{
border-color: #354F12;
}
.TagClassName
{
border-color: #354F12;
}
</style>