Shades of Turtle Green #35400D
Tints of Turtle Green #35400D
RGB
CMYK
RGB Variations
Color information
#35400D (or 0x35400D) is known color: Turtle Green. HEX triplet: 35, 40 and 0D. RGB value is (53,64,13). Sum of RGB (Red+Green+Blue) = 53+64+13=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #35400D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35400D is #CABFF2. Grayscale: #373737. Windows color (decimal): -13287411 or 868405. OLE color: 868405.
HSL color Cylindrical-coordinate representation of color #35400D: hue angle of 72.94º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #35400D is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 64 | 13 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.75 |
| HSL | 72.94º | 0.66% | 0.15% | - |
| HSV(B) | 72.94º | 0.8% | 0.25% | - |
| XYZ | 3.37 | 4.45 | 1.06 | - |
| YUV | 54.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 13 | 0.17 | 0 | 0.80 | 0.75 | 72.94 | 0.66 | 0.15 |
| Hex | 35 | 40 | D | 11 | 0 | 50 | 4B | 49 | 42 | F |
| Octal | 65 | 100 | 15 | 21 | 0 | 120 | 113 | 111 | 102 | 17 |
| Binary | 110101 | 1000000 | 1101 | 10001 | 0 | 1010000 | 1001011 | 1001001 | 1000010 | 1111 |
Color Harmonies of #35400D
Complementary color
Monochromatic Colors of #35400D
Black with #35400D
Text Example
Text Example
White with #35400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35400D; }
p { color: rgb(53,64,13); }
H1.HeaderClassName
{
color: #35400D;
}
.AnyTagClassName
{
color: #35400D;
}
</style>
background-color css
<style>
a { background-color: #35400D; }
a { background-color: rgb(53,64,13); }
div.DivClassName
{
background-color: #35400D;
}
.BgClassName
{
background-color: #35400D;
}
</style>
border-color css
<style>
span { border-color: #35400D; }
span { border-color: rgb(53,64,13); }
td.TdClassName
{
border-color: #35400D;
}
.TagClassName
{
border-color: #35400D;
}
</style>