Shades of Turtle Green #354504
Tints of Turtle Green #354504
RGB
CMYK
RGB Variations
Color information
#354504 (or 0x354504) is known color: Turtle Green. HEX triplet: 35, 45 and 04. RGB value is (53,69,4). Sum of RGB (Red+Green+Blue) = 53+69+4=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 4 (1.95% from 255 or 3.17% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #354504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354504 is #CABAFB. Grayscale: #393939. Windows color (decimal): -13286140 or 279861. OLE color: 279861.
HSL color Cylindrical-coordinate representation of color #354504: hue angle of 74.77º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #354504 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 69 | 4 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.73 |
| HSL | 74.77º | 0.89% | 0.14% | - |
| HSV(B) | 74.77º | 0.94% | 0.27% | - |
| XYZ | 3.62 | 5.02 | 0.89 | - |
| YUV | 56.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 4 | 0.23 | 0 | 0.94 | 0.73 | 74.77 | 0.89 | 0.14 |
| Hex | 35 | 45 | 4 | 17 | 0 | 5E | 49 | 4B | 59 | E |
| Octal | 65 | 105 | 4 | 27 | 0 | 136 | 111 | 113 | 131 | 16 |
| Binary | 110101 | 1000101 | 100 | 10111 | 0 | 1011110 | 1001001 | 1001011 | 1011001 | 1110 |
Color Harmonies of #354504
Complementary color
Monochromatic Colors of #354504
Black with #354504
Text Example
Text Example
White with #354504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354504; }
p { color: rgb(53,69,4); }
H1.HeaderClassName
{
color: #354504;
}
.AnyTagClassName
{
color: #354504;
}
</style>
background-color css
<style>
a { background-color: #354504; }
a { background-color: rgb(53,69,4); }
div.DivClassName
{
background-color: #354504;
}
.BgClassName
{
background-color: #354504;
}
</style>
border-color css
<style>
span { border-color: #354504; }
span { border-color: rgb(53,69,4); }
td.TdClassName
{
border-color: #354504;
}
.TagClassName
{
border-color: #354504;
}
</style>