Shades of Turtle Green #35460A
Tints of Turtle Green #35460A
RGB
CMYK
RGB Variations
Color information
#35460A (or 0x35460A) is known color: Turtle Green. HEX triplet: 35, 46 and 0A. RGB value is (53,70,10). Sum of RGB (Red+Green+Blue) = 53+70+10=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 10 (4.30% from 255 or 7.52% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #35460A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35460A is #CAB9F5. Grayscale: #3A3A3A. Windows color (decimal): -13285878 or 673333. OLE color: 673333.
HSL color Cylindrical-coordinate representation of color #35460A: hue angle of 77º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #35460A is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 70 | 10 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.73 |
| HSL | 77º | 0.75% | 0.16% | - |
| HSV(B) | 77º | 0.86% | 0.27% | - |
| XYZ | 3.71 | 5.16 | 1.09 | - |
| YUV | 58.08 | 100.87 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 10 | 0.24 | 0 | 0.86 | 0.73 | 77 | 0.75 | 0.16 |
| Hex | 35 | 46 | A | 18 | 0 | 56 | 49 | 4D | 4B | 10 |
| Octal | 65 | 106 | 12 | 30 | 0 | 126 | 111 | 115 | 113 | 20 |
| Binary | 110101 | 1000110 | 1010 | 11000 | 0 | 1010110 | 1001001 | 1001101 | 1001011 | 10000 |
Color Harmonies of #35460A
Complementary color
Monochromatic Colors of #35460A
Black with #35460A
Text Example
Text Example
White with #35460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35460A; }
p { color: rgb(53,70,10); }
H1.HeaderClassName
{
color: #35460A;
}
.AnyTagClassName
{
color: #35460A;
}
</style>
background-color css
<style>
a { background-color: #35460A; }
a { background-color: rgb(53,70,10); }
div.DivClassName
{
background-color: #35460A;
}
.BgClassName
{
background-color: #35460A;
}
</style>
border-color css
<style>
span { border-color: #35460A; }
span { border-color: rgb(53,70,10); }
td.TdClassName
{
border-color: #35460A;
}
.TagClassName
{
border-color: #35460A;
}
</style>