Shades of Turtle Green #353919
Tints of Turtle Green #353919
RGB
CMYK
RGB Variations
Color information
#353919 (or 0x353919) is known color: Turtle Green. HEX triplet: 35, 39 and 19. RGB value is (53,57,25). Sum of RGB (Red+Green+Blue) = 53+57+25=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 57 (22.66% from 255 or 42.22% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 57 - color contains mainly: green. Hex color #353919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353919 is #CAC6E6. Grayscale: #343434. Windows color (decimal): -13289191 or 1653045. OLE color: 1653045.
HSL color Cylindrical-coordinate representation of color #353919: hue angle of 67.5º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #353919 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 57 | 25 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.78 |
| HSL | 67.5º | 0.39% | 0.16% | - |
| HSV(B) | 67.5º | 0.56% | 0.22% | - |
| XYZ | 3.11 | 3.75 | 1.48 | - |
| YUV | 52.16 | 112.67 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 25 | 0.07 | 0 | 0.56 | 0.78 | 67.5 | 0.39 | 0.16 |
| Hex | 35 | 39 | 19 | 7 | 0 | 38 | 4E | 44 | 27 | 10 |
| Octal | 65 | 71 | 31 | 7 | 0 | 70 | 116 | 104 | 47 | 20 |
| Binary | 110101 | 111001 | 11001 | 111 | 0 | 111000 | 1001110 | 1000100 | 100111 | 10000 |
Color Harmonies of #353919
Complementary color
Monochromatic Colors of #353919
Black with #353919
Text Example
Text Example
White with #353919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353919; }
p { color: rgb(53,57,25); }
H1.HeaderClassName
{
color: #353919;
}
.AnyTagClassName
{
color: #353919;
}
</style>
background-color css
<style>
a { background-color: #353919; }
a { background-color: rgb(53,57,25); }
div.DivClassName
{
background-color: #353919;
}
.BgClassName
{
background-color: #353919;
}
</style>
border-color css
<style>
span { border-color: #353919; }
span { border-color: rgb(53,57,25); }
td.TdClassName
{
border-color: #353919;
}
.TagClassName
{
border-color: #353919;
}
</style>