Shades of Turtle Green #353B1D
Tints of Turtle Green #353B1D
RGB
CMYK
RGB Variations
Color information
#353B1D (or 0x353B1D) is known color: Turtle Green. HEX triplet: 35, 3B and 1D. RGB value is (53,59,29). Sum of RGB (Red+Green+Blue) = 53+59+29=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 59 - color contains mainly: green. Hex color #353B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B1D is #CAC4E2. Grayscale: #353535. Windows color (decimal): -13288675 or 1915701. OLE color: 1915701.
HSL color Cylindrical-coordinate representation of color #353B1D: hue angle of 72º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #353B1D is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 59 | 29 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.77 |
| HSL | 72º | 0.34% | 0.17% | - |
| HSV(B) | 72º | 0.51% | 0.23% | - |
| XYZ | 3.25 | 3.97 | 1.76 | - |
| YUV | 53.79 | 114.01 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 29 | 0.10 | 0 | 0.51 | 0.77 | 72 | 0.34 | 0.17 |
| Hex | 35 | 3B | 1D | A | 0 | 33 | 4D | 48 | 22 | 11 |
| Octal | 65 | 73 | 35 | 12 | 0 | 63 | 115 | 110 | 42 | 21 |
| Binary | 110101 | 111011 | 11101 | 1010 | 0 | 110011 | 1001101 | 1001000 | 100010 | 10001 |
Color Harmonies of #353B1D
Complementary color
Monochromatic Colors of #353B1D
Black with #353B1D
Text Example
Text Example
White with #353B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353B1D; }
p { color: rgb(53,59,29); }
H1.HeaderClassName
{
color: #353B1D;
}
.AnyTagClassName
{
color: #353B1D;
}
</style>
background-color css
<style>
a { background-color: #353B1D; }
a { background-color: rgb(53,59,29); }
div.DivClassName
{
background-color: #353B1D;
}
.BgClassName
{
background-color: #353B1D;
}
</style>
border-color css
<style>
span { border-color: #353B1D; }
span { border-color: rgb(53,59,29); }
td.TdClassName
{
border-color: #353B1D;
}
.TagClassName
{
border-color: #353B1D;
}
</style>