Shades of Turtle Green #353814
Tints of Turtle Green #353814
RGB
CMYK
RGB Variations
Color information
#353814 (or 0x353814) is known color: Turtle Green. HEX triplet: 35, 38 and 14. RGB value is (53,56,20). Sum of RGB (Red+Green+Blue) = 53+56+20=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #353814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353814 is #CAC7EB. Grayscale: #333333. Windows color (decimal): -13289452 or 1325109. OLE color: 1325109.
HSL color Cylindrical-coordinate representation of color #353814: hue angle of 65º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #353814 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 56 | 20 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.78 |
| HSL | 65º | 0.47% | 0.15% | - |
| HSV(B) | 65º | 0.64% | 0.22% | - |
| XYZ | 3.01 | 3.64 | 1.21 | - |
| YUV | 51 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 20 | 0.05 | 0 | 0.64 | 0.78 | 65 | 0.47 | 0.15 |
| Hex | 35 | 38 | 14 | 5 | 0 | 40 | 4E | 41 | 2F | F |
| Octal | 65 | 70 | 24 | 5 | 0 | 100 | 116 | 101 | 57 | 17 |
| Binary | 110101 | 111000 | 10100 | 101 | 0 | 1000000 | 1001110 | 1000001 | 101111 | 1111 |
Color Harmonies of #353814
Complementary color
Monochromatic Colors of #353814
Black with #353814
Text Example
Text Example
White with #353814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353814; }
p { color: rgb(53,56,20); }
H1.HeaderClassName
{
color: #353814;
}
.AnyTagClassName
{
color: #353814;
}
</style>
background-color css
<style>
a { background-color: #353814; }
a { background-color: rgb(53,56,20); }
div.DivClassName
{
background-color: #353814;
}
.BgClassName
{
background-color: #353814;
}
</style>
border-color css
<style>
span { border-color: #353814; }
span { border-color: rgb(53,56,20); }
td.TdClassName
{
border-color: #353814;
}
.TagClassName
{
border-color: #353814;
}
</style>