Shades of Turtle Green #353819
Tints of Turtle Green #353819
RGB
CMYK
RGB Variations
Color information
#353819 (or 0x353819) is known color: Turtle Green. HEX triplet: 35, 38 and 19. RGB value is (53,56,25). Sum of RGB (Red+Green+Blue) = 53+56+25=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 56 (22.27% from 255 or 41.79% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 56 - color contains mainly: green. Hex color #353819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353819 is #CAC7E6. Grayscale: #333333. Windows color (decimal): -13289447 or 1652789. OLE color: 1652789.
HSL color Cylindrical-coordinate representation of color #353819: hue angle of 65.81º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #353819 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 56 | 25 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.78 |
| HSL | 65.81º | 0.38% | 0.16% | - |
| HSV(B) | 65.81º | 0.55% | 0.22% | - |
| XYZ | 3.06 | 3.66 | 1.46 | - |
| YUV | 51.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 25 | 0.05 | 0 | 0.55 | 0.78 | 65.81 | 0.38 | 0.16 |
| Hex | 35 | 38 | 19 | 5 | 0 | 37 | 4E | 42 | 26 | 10 |
| Octal | 65 | 70 | 31 | 5 | 0 | 67 | 116 | 102 | 46 | 20 |
| Binary | 110101 | 111000 | 11001 | 101 | 0 | 110111 | 1001110 | 1000010 | 100110 | 10000 |
Color Harmonies of #353819
Complementary color
Monochromatic Colors of #353819
Black with #353819
Text Example
Text Example
White with #353819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353819; }
p { color: rgb(53,56,25); }
H1.HeaderClassName
{
color: #353819;
}
.AnyTagClassName
{
color: #353819;
}
</style>
background-color css
<style>
a { background-color: #353819; }
a { background-color: rgb(53,56,25); }
div.DivClassName
{
background-color: #353819;
}
.BgClassName
{
background-color: #353819;
}
</style>
border-color css
<style>
span { border-color: #353819; }
span { border-color: rgb(53,56,25); }
td.TdClassName
{
border-color: #353819;
}
.TagClassName
{
border-color: #353819;
}
</style>