Shades of Turtle Green #353B1C
Tints of Turtle Green #353B1C
RGB
CMYK
RGB Variations
Color information
#353B1C (or 0x353B1C) is known color: Turtle Green. HEX triplet: 35, 3B and 1C. RGB value is (53,59,28). Sum of RGB (Red+Green+Blue) = 53+59+28=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 59 - color contains mainly: green. Hex color #353B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B1C is #CAC4E3. Grayscale: #353535. Windows color (decimal): -13288676 or 1850165. OLE color: 1850165.
HSL color Cylindrical-coordinate representation of color #353B1C: hue angle of 71.61º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #353B1C is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 59 | 28 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.77 |
| HSL | 71.61º | 0.36% | 0.17% | - |
| HSV(B) | 71.61º | 0.53% | 0.23% | - |
| XYZ | 3.24 | 3.97 | 1.69 | - |
| YUV | 53.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 28 | 0.10 | 0 | 0.53 | 0.77 | 71.61 | 0.36 | 0.17 |
| Hex | 35 | 3B | 1C | A | 0 | 35 | 4D | 48 | 24 | 11 |
| Octal | 65 | 73 | 34 | 12 | 0 | 65 | 115 | 110 | 44 | 21 |
| Binary | 110101 | 111011 | 11100 | 1010 | 0 | 110101 | 1001101 | 1001000 | 100100 | 10001 |
Color Harmonies of #353B1C
Complementary color
Monochromatic Colors of #353B1C
Black with #353B1C
Text Example
Text Example
White with #353B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353B1C; }
p { color: rgb(53,59,28); }
H1.HeaderClassName
{
color: #353B1C;
}
.AnyTagClassName
{
color: #353B1C;
}
</style>
background-color css
<style>
a { background-color: #353B1C; }
a { background-color: rgb(53,59,28); }
div.DivClassName
{
background-color: #353B1C;
}
.BgClassName
{
background-color: #353B1C;
}
</style>
border-color css
<style>
span { border-color: #353B1C; }
span { border-color: rgb(53,59,28); }
td.TdClassName
{
border-color: #353B1C;
}
.TagClassName
{
border-color: #353B1C;
}
</style>