Shades of Turtle Green #354019
Tints of Turtle Green #354019
RGB
CMYK
RGB Variations
Color information
#354019 (or 0x354019) is known color: Turtle Green. HEX triplet: 35, 40 and 19. RGB value is (53,64,25). Sum of RGB (Red+Green+Blue) = 53+64+25=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 64 (25.39% from 255 or 45.07% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 64 - color contains mainly: green. Hex color #354019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354019 is #CABFE6. Grayscale: #383838. Windows color (decimal): -13287399 or 1654837. OLE color: 1654837.
HSL color Cylindrical-coordinate representation of color #354019: hue angle of 76.92º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #354019 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 64 | 25 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.75 |
| HSL | 76.92º | 0.44% | 0.17% | - |
| HSV(B) | 76.92º | 0.61% | 0.25% | - |
| XYZ | 3.48 | 4.49 | 1.6 | - |
| YUV | 56.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 25 | 0.17 | 0 | 0.61 | 0.75 | 76.92 | 0.44 | 0.17 |
| Hex | 35 | 40 | 19 | 11 | 0 | 3D | 4B | 4D | 2C | 11 |
| Octal | 65 | 100 | 31 | 21 | 0 | 75 | 113 | 115 | 54 | 21 |
| Binary | 110101 | 1000000 | 11001 | 10001 | 0 | 111101 | 1001011 | 1001101 | 101100 | 10001 |
Color Harmonies of #354019
Complementary color
Monochromatic Colors of #354019
Black with #354019
Text Example
Text Example
White with #354019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354019; }
p { color: rgb(53,64,25); }
H1.HeaderClassName
{
color: #354019;
}
.AnyTagClassName
{
color: #354019;
}
</style>
background-color css
<style>
a { background-color: #354019; }
a { background-color: rgb(53,64,25); }
div.DivClassName
{
background-color: #354019;
}
.BgClassName
{
background-color: #354019;
}
</style>
border-color css
<style>
span { border-color: #354019; }
span { border-color: rgb(53,64,25); }
td.TdClassName
{
border-color: #354019;
}
.TagClassName
{
border-color: #354019;
}
</style>