Shades of Turtle Green #35400E
Tints of Turtle Green #35400E
RGB
CMYK
RGB Variations
Color information
#35400E (or 0x35400E) is known color: Turtle Green. HEX triplet: 35, 40 and 0E. RGB value is (53,64,14). Sum of RGB (Red+Green+Blue) = 53+64+14=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #35400E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35400E is #CABFF1. Grayscale: #373737. Windows color (decimal): -13287410 or 933941. OLE color: 933941.
HSL color Cylindrical-coordinate representation of color #35400E: hue angle of 73.2º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35400E is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 64 | 14 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.75 |
| HSL | 73.2º | 0.64% | 0.15% | - |
| HSV(B) | 73.2º | 0.78% | 0.25% | - |
| XYZ | 3.38 | 4.46 | 1.1 | - |
| YUV | 55.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 14 | 0.17 | 0 | 0.78 | 0.75 | 73.2 | 0.64 | 0.15 |
| Hex | 35 | 40 | E | 11 | 0 | 4E | 4B | 49 | 40 | F |
| Octal | 65 | 100 | 16 | 21 | 0 | 116 | 113 | 111 | 100 | 17 |
| Binary | 110101 | 1000000 | 1110 | 10001 | 0 | 1001110 | 1001011 | 1001001 | 1000000 | 1111 |
Color Harmonies of #35400E
Complementary color
Monochromatic Colors of #35400E
Black with #35400E
Text Example
Text Example
White with #35400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35400E; }
p { color: rgb(53,64,14); }
H1.HeaderClassName
{
color: #35400E;
}
.AnyTagClassName
{
color: #35400E;
}
</style>
background-color css
<style>
a { background-color: #35400E; }
a { background-color: rgb(53,64,14); }
div.DivClassName
{
background-color: #35400E;
}
.BgClassName
{
background-color: #35400E;
}
</style>
border-color css
<style>
span { border-color: #35400E; }
span { border-color: rgb(53,64,14); }
td.TdClassName
{
border-color: #35400E;
}
.TagClassName
{
border-color: #35400E;
}
</style>