Shades of Turtle Green #353A13
Tints of Turtle Green #353A13
RGB
CMYK
RGB Variations
Color information
#353A13 (or 0x353A13) is known color: Turtle Green. HEX triplet: 35, 3A and 13. RGB value is (53,58,19). Sum of RGB (Red+Green+Blue) = 53+58+19=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 58 - color contains mainly: green. Hex color #353A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353A13 is #CAC5EC. Grayscale: #343434. Windows color (decimal): -13288941 or 1260085. OLE color: 1260085.
HSL color Cylindrical-coordinate representation of color #353A13: hue angle of 67.69º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #353A13 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 58 | 19 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.77 |
| HSL | 67.69º | 0.51% | 0.15% | - |
| HSV(B) | 67.69º | 0.67% | 0.23% | - |
| XYZ | 3.1 | 3.83 | 1.19 | - |
| YUV | 52.06 | 109.34 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 19 | 0.09 | 0 | 0.67 | 0.77 | 67.69 | 0.51 | 0.15 |
| Hex | 35 | 3A | 13 | 9 | 0 | 43 | 4D | 44 | 33 | F |
| Octal | 65 | 72 | 23 | 11 | 0 | 103 | 115 | 104 | 63 | 17 |
| Binary | 110101 | 111010 | 10011 | 1001 | 0 | 1000011 | 1001101 | 1000100 | 110011 | 1111 |
Color Harmonies of #353A13
Complementary color
Monochromatic Colors of #353A13
Black with #353A13
Text Example
Text Example
White with #353A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A13; }
p { color: rgb(53,58,19); }
H1.HeaderClassName
{
color: #353A13;
}
.AnyTagClassName
{
color: #353A13;
}
</style>
background-color css
<style>
a { background-color: #353A13; }
a { background-color: rgb(53,58,19); }
div.DivClassName
{
background-color: #353A13;
}
.BgClassName
{
background-color: #353A13;
}
</style>
border-color css
<style>
span { border-color: #353A13; }
span { border-color: rgb(53,58,19); }
td.TdClassName
{
border-color: #353A13;
}
.TagClassName
{
border-color: #353A13;
}
</style>