Shades of Turtle Green #354F00
Tints of Turtle Green #354F00
RGB
CMYK
RGB Variations
Color information
#354F00 (or 0x354F00) is known color: Turtle Green. HEX triplet: 35, 4F and 00. RGB value is (53,79,0). Sum of RGB (Red+Green+Blue) = 53+79+0=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 79 (31.25% from 255 or 59.85% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 79 - color contains mainly: green. Hex color #354F00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354F00 is #CAB0FF. Grayscale: #3E3E3E. Windows color (decimal): -13283584 or 20277. OLE color: 20277.
HSL color Cylindrical-coordinate representation of color #354F00: hue angle of 79.75º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #354F00 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 79 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.69 |
| HSL | 79.75º | 1% | 0.15% | - |
| HSV(B) | 79.75º | 1% | 0.31% | - |
| XYZ | 4.26 | 6.35 | 1 | - |
| YUV | 62.22 | 92.89 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 0 | 0.33 | 0 | 1 | 0.69 | 79.75 | 1 | 0.15 |
| Hex | 35 | 4F | 0 | 21 | 0 | 64 | 45 | 50 | 64 | F |
| Octal | 65 | 117 | 0 | 41 | 0 | 144 | 105 | 120 | 144 | 17 |
| Binary | 110101 | 1001111 | 0 | 100001 | 0 | 1100100 | 1000101 | 1010000 | 1100100 | 1111 |
Color Harmonies of #354F00
Complementary color
Monochromatic Colors of #354F00
Black with #354F00
Text Example
Text Example
White with #354F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354F00; }
p { color: rgb(53,79,0); }
H1.HeaderClassName
{
color: #354F00;
}
.AnyTagClassName
{
color: #354F00;
}
</style>
background-color css
<style>
a { background-color: #354F00; }
a { background-color: rgb(53,79,0); }
div.DivClassName
{
background-color: #354F00;
}
.BgClassName
{
background-color: #354F00;
}
</style>
border-color css
<style>
span { border-color: #354F00; }
span { border-color: rgb(53,79,0); }
td.TdClassName
{
border-color: #354F00;
}
.TagClassName
{
border-color: #354F00;
}
</style>