Shades of Turtle Green #354E00
Tints of Turtle Green #354E00
RGB
CMYK
RGB Variations
Color information
#354E00 (or 0x354E00) is known color: Turtle Green. HEX triplet: 35, 4E and 00. RGB value is (53,78,0). Sum of RGB (Red+Green+Blue) = 53+78+0=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 78 (30.86% from 255 or 59.54% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 78 - color contains mainly: green. Hex color #354E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354E00 is #CAB1FF. Grayscale: #3D3D3D. Windows color (decimal): -13283840 or 20021. OLE color: 20021.
HSL color Cylindrical-coordinate representation of color #354E00: hue angle of 79.23º 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 #354E00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 78 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.69 |
| HSL | 79.23º | 1% | 0.15% | - |
| HSV(B) | 79.23º | 1% | 0.31% | - |
| XYZ | 4.19 | 6.21 | 0.98 | - |
| YUV | 61.63 | 93.22 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 0 | 0.32 | 0 | 1 | 0.69 | 79.23 | 1 | 0.15 |
| Hex | 35 | 4E | 0 | 20 | 0 | 64 | 45 | 4F | 64 | F |
| Octal | 65 | 116 | 0 | 40 | 0 | 144 | 105 | 117 | 144 | 17 |
| Binary | 110101 | 1001110 | 0 | 100000 | 0 | 1100100 | 1000101 | 1001111 | 1100100 | 1111 |
Color Harmonies of #354E00
Complementary color
Monochromatic Colors of #354E00
Black with #354E00
Text Example
Text Example
White with #354E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354E00; }
p { color: rgb(53,78,0); }
H1.HeaderClassName
{
color: #354E00;
}
.AnyTagClassName
{
color: #354E00;
}
</style>
background-color css
<style>
a { background-color: #354E00; }
a { background-color: rgb(53,78,0); }
div.DivClassName
{
background-color: #354E00;
}
.BgClassName
{
background-color: #354E00;
}
</style>
border-color css
<style>
span { border-color: #354E00; }
span { border-color: rgb(53,78,0); }
td.TdClassName
{
border-color: #354E00;
}
.TagClassName
{
border-color: #354E00;
}
</style>