Shades of Turtle Green #354C00
Tints of Turtle Green #354C00
RGB
CMYK
RGB Variations
Color information
#354C00 (or 0x354C00) is known color: Turtle Green. HEX triplet: 35, 4C and 00. RGB value is (53,76,0). Sum of RGB (Red+Green+Blue) = 53+76+0=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 76 (30.08% from 255 or 58.91% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 76 - color contains mainly: green. Hex color #354C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354C00 is #CAB3FF. Grayscale: #3C3C3C. Windows color (decimal): -13284352 or 19509. OLE color: 19509.
HSL color Cylindrical-coordinate representation of color #354C00: hue angle of 78.16º 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 #354C00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 76 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.70 |
| HSL | 78.16º | 1% | 0.15% | - |
| HSV(B) | 78.16º | 1% | 0.3% | - |
| XYZ | 4.05 | 5.93 | 0.93 | - |
| YUV | 60.46 | 93.88 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 0 | 0.30 | 0 | 1 | 0.70 | 78.16 | 1 | 0.15 |
| Hex | 35 | 4C | 0 | 1E | 0 | 64 | 46 | 4E | 64 | F |
| Octal | 65 | 114 | 0 | 36 | 0 | 144 | 106 | 116 | 144 | 17 |
| Binary | 110101 | 1001100 | 0 | 11110 | 0 | 1100100 | 1000110 | 1001110 | 1100100 | 1111 |
Color Harmonies of #354C00
Complementary color
Monochromatic Colors of #354C00
Black with #354C00
Text Example
Text Example
White with #354C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354C00; }
p { color: rgb(53,76,0); }
H1.HeaderClassName
{
color: #354C00;
}
.AnyTagClassName
{
color: #354C00;
}
</style>
background-color css
<style>
a { background-color: #354C00; }
a { background-color: rgb(53,76,0); }
div.DivClassName
{
background-color: #354C00;
}
.BgClassName
{
background-color: #354C00;
}
</style>
border-color css
<style>
span { border-color: #354C00; }
span { border-color: rgb(53,76,0); }
td.TdClassName
{
border-color: #354C00;
}
.TagClassName
{
border-color: #354C00;
}
</style>