Shades of Turtle Green #353817
Tints of Turtle Green #353817
RGB
CMYK
RGB Variations
Color information
#353817 (or 0x353817) is known color: Turtle Green. HEX triplet: 35, 38 and 17. RGB value is (53,56,23). Sum of RGB (Red+Green+Blue) = 53+56+23=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 23 (9.38% from 255 or 17.42% from 132); Max value from RGB is 56 - color contains mainly: green. Hex color #353817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353817 is #CAC7E8. Grayscale: #333333. Windows color (decimal): -13289449 or 1521717. OLE color: 1521717.
HSL color Cylindrical-coordinate representation of color #353817: hue angle of 65.45º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #353817 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 56 | 23 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.78 |
| HSL | 65.45º | 0.42% | 0.15% | - |
| HSV(B) | 65.45º | 0.59% | 0.22% | - |
| XYZ | 3.04 | 3.65 | 1.35 | - |
| YUV | 51.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 23 | 0.05 | 0 | 0.59 | 0.78 | 65.45 | 0.42 | 0.15 |
| Hex | 35 | 38 | 17 | 5 | 0 | 3B | 4E | 41 | 2A | F |
| Octal | 65 | 70 | 27 | 5 | 0 | 73 | 116 | 101 | 52 | 17 |
| Binary | 110101 | 111000 | 10111 | 101 | 0 | 111011 | 1001110 | 1000001 | 101010 | 1111 |
Color Harmonies of #353817
Complementary color
Monochromatic Colors of #353817
Black with #353817
Text Example
Text Example
White with #353817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353817; }
p { color: rgb(53,56,23); }
H1.HeaderClassName
{
color: #353817;
}
.AnyTagClassName
{
color: #353817;
}
</style>
background-color css
<style>
a { background-color: #353817; }
a { background-color: rgb(53,56,23); }
div.DivClassName
{
background-color: #353817;
}
.BgClassName
{
background-color: #353817;
}
</style>
border-color css
<style>
span { border-color: #353817; }
span { border-color: rgb(53,56,23); }
td.TdClassName
{
border-color: #353817;
}
.TagClassName
{
border-color: #353817;
}
</style>