Shades of Turtle Green #354D00
Tints of Turtle Green #354D00
RGB
CMYK
RGB Variations
Color information
#354D00 (or 0x354D00) is known color: Turtle Green. HEX triplet: 35, 4D and 00. RGB value is (53,77,0). Sum of RGB (Red+Green+Blue) = 53+77+0=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 77 (30.47% from 255 or 59.23% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 77 - color contains mainly: green. Hex color #354D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354D00 is #CAB2FF. Grayscale: #3D3D3D. Windows color (decimal): -13284096 or 19765. OLE color: 19765.
HSL color Cylindrical-coordinate representation of color #354D00: hue angle of 78.7º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #354D00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 77 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.70 |
| HSL | 78.7º | 1% | 0.15% | - |
| HSV(B) | 78.7º | 1% | 0.3% | - |
| XYZ | 4.12 | 6.06 | 0.95 | - |
| YUV | 61.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 0 | 0.31 | 0 | 1 | 0.70 | 78.7 | 1 | 0.15 |
| Hex | 35 | 4D | 0 | 1F | 0 | 64 | 46 | 4F | 64 | F |
| Octal | 65 | 115 | 0 | 37 | 0 | 144 | 106 | 117 | 144 | 17 |
| Binary | 110101 | 1001101 | 0 | 11111 | 0 | 1100100 | 1000110 | 1001111 | 1100100 | 1111 |
Color Harmonies of #354D00
Complementary color
Monochromatic Colors of #354D00
Black with #354D00
Text Example
Text Example
White with #354D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354D00; }
p { color: rgb(53,77,0); }
H1.HeaderClassName
{
color: #354D00;
}
.AnyTagClassName
{
color: #354D00;
}
</style>
background-color css
<style>
a { background-color: #354D00; }
a { background-color: rgb(53,77,0); }
div.DivClassName
{
background-color: #354D00;
}
.BgClassName
{
background-color: #354D00;
}
</style>
border-color css
<style>
span { border-color: #354D00; }
span { border-color: rgb(53,77,0); }
td.TdClassName
{
border-color: #354D00;
}
.TagClassName
{
border-color: #354D00;
}
</style>