Shades of Turtle Green #353808
Tints of Turtle Green #353808
RGB
CMYK
RGB Variations
Color information
#353808 (or 0x353808) is known color: Turtle Green. HEX triplet: 35, 38 and 08. RGB value is (53,56,8). Sum of RGB (Red+Green+Blue) = 53+56+8=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 8 (3.52% from 255 or 6.84% from 117); Max value from RGB is 56 - color contains mainly: green. Hex color #353808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353808 is #CAC7F7. Grayscale: #313131. Windows color (decimal): -13289464 or 538677. OLE color: 538677.
HSL color Cylindrical-coordinate representation of color #353808: hue angle of 63.75º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #353808 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 56 | 8 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.78 |
| HSL | 63.75º | 0.75% | 0.13% | - |
| HSV(B) | 63.75º | 0.86% | 0.22% | - |
| XYZ | 2.93 | 3.6 | 0.77 | - |
| YUV | 49.63 | 104.51 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 8 | 0.05 | 0 | 0.86 | 0.78 | 63.75 | 0.75 | 0.13 |
| Hex | 35 | 38 | 8 | 5 | 0 | 56 | 4E | 40 | 4B | D |
| Octal | 65 | 70 | 10 | 5 | 0 | 126 | 116 | 100 | 113 | 15 |
| Binary | 110101 | 111000 | 1000 | 101 | 0 | 1010110 | 1001110 | 1000000 | 1001011 | 1101 |
Color Harmonies of #353808
Complementary color
Monochromatic Colors of #353808
Black with #353808
Text Example
Text Example
White with #353808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353808; }
p { color: rgb(53,56,8); }
H1.HeaderClassName
{
color: #353808;
}
.AnyTagClassName
{
color: #353808;
}
</style>
background-color css
<style>
a { background-color: #353808; }
a { background-color: rgb(53,56,8); }
div.DivClassName
{
background-color: #353808;
}
.BgClassName
{
background-color: #353808;
}
</style>
border-color css
<style>
span { border-color: #353808; }
span { border-color: rgb(53,56,8); }
td.TdClassName
{
border-color: #353808;
}
.TagClassName
{
border-color: #353808;
}
</style>