Shades of Turtle Green #354619
Tints of Turtle Green #354619
RGB
CMYK
RGB Variations
Color information
#354619 (or 0x354619) is known color: Turtle Green. HEX triplet: 35, 46 and 19. RGB value is (53,70,25). Sum of RGB (Red+Green+Blue) = 53+70+25=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 70 - color contains mainly: green. Hex color #354619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354619 is #CAB9E6. Grayscale: #3B3B3B. Windows color (decimal): -13285863 or 1656373. OLE color: 1656373.
HSL color Cylindrical-coordinate representation of color #354619: hue angle of 82.67º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #354619 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 70 | 25 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.73 |
| HSL | 82.67º | 0.47% | 0.19% | - |
| HSV(B) | 82.67º | 0.64% | 0.27% | - |
| XYZ | 3.83 | 5.21 | 1.72 | - |
| YUV | 59.79 | 108.37 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 25 | 0.24 | 0 | 0.64 | 0.73 | 82.67 | 0.47 | 0.19 |
| Hex | 35 | 46 | 19 | 18 | 0 | 40 | 49 | 53 | 2F | 13 |
| Octal | 65 | 106 | 31 | 30 | 0 | 100 | 111 | 123 | 57 | 23 |
| Binary | 110101 | 1000110 | 11001 | 11000 | 0 | 1000000 | 1001001 | 1010011 | 101111 | 10011 |
Color Harmonies of #354619
Complementary color
Monochromatic Colors of #354619
Black with #354619
Text Example
Text Example
White with #354619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354619; }
p { color: rgb(53,70,25); }
H1.HeaderClassName
{
color: #354619;
}
.AnyTagClassName
{
color: #354619;
}
</style>
background-color css
<style>
a { background-color: #354619; }
a { background-color: rgb(53,70,25); }
div.DivClassName
{
background-color: #354619;
}
.BgClassName
{
background-color: #354619;
}
</style>
border-color css
<style>
span { border-color: #354619; }
span { border-color: rgb(53,70,25); }
td.TdClassName
{
border-color: #354619;
}
.TagClassName
{
border-color: #354619;
}
</style>