Shades of Turtle Green #353B19
Tints of Turtle Green #353B19
RGB
CMYK
RGB Variations
Color information
#353B19 (or 0x353B19) is known color: Turtle Green. HEX triplet: 35, 3B and 19. RGB value is (53,59,25). Sum of RGB (Red+Green+Blue) = 53+59+25=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 59 (23.44% from 255 or 43.07% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 59 - color contains mainly: green. Hex color #353B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353B19 is #CAC4E6. Grayscale: #353535. Windows color (decimal): -13288679 or 1653557. OLE color: 1653557.
HSL color Cylindrical-coordinate representation of color #353B19: hue angle of 70.59º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #353B19 is Cyan = 0.10, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 59 | 25 | - |
| CMYK | 0.10 | 0 | 0.58 | 0.77 |
| HSL | 70.59º | 0.4% | 0.16% | - |
| HSV(B) | 70.59º | 0.58% | 0.23% | - |
| XYZ | 3.21 | 3.96 | 1.51 | - |
| YUV | 53.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 25 | 0.10 | 0 | 0.58 | 0.77 | 70.59 | 0.4 | 0.16 |
| Hex | 35 | 3B | 19 | A | 0 | 3A | 4D | 47 | 28 | 10 |
| Octal | 65 | 73 | 31 | 12 | 0 | 72 | 115 | 107 | 50 | 20 |
| Binary | 110101 | 111011 | 11001 | 1010 | 0 | 111010 | 1001101 | 1000111 | 101000 | 10000 |
Color Harmonies of #353B19
Complementary color
Monochromatic Colors of #353B19
Black with #353B19
Text Example
Text Example
White with #353B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353B19; }
p { color: rgb(53,59,25); }
H1.HeaderClassName
{
color: #353B19;
}
.AnyTagClassName
{
color: #353B19;
}
</style>
background-color css
<style>
a { background-color: #353B19; }
a { background-color: rgb(53,59,25); }
div.DivClassName
{
background-color: #353B19;
}
.BgClassName
{
background-color: #353B19;
}
</style>
border-color css
<style>
span { border-color: #353B19; }
span { border-color: rgb(53,59,25); }
td.TdClassName
{
border-color: #353B19;
}
.TagClassName
{
border-color: #353B19;
}
</style>