Shades of Turtle Green #35400C
Tints of Turtle Green #35400C
RGB
CMYK
RGB Variations
Color information
#35400C (or 0x35400C) is known color: Turtle Green. HEX triplet: 35, 40 and 0C. RGB value is (53,64,12). Sum of RGB (Red+Green+Blue) = 53+64+12=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #35400C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35400C is #CABFF3. Grayscale: #363636. Windows color (decimal): -13287412 or 802869. OLE color: 802869.
HSL color Cylindrical-coordinate representation of color #35400C: hue angle of 72.69º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35400C is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 64 | 12 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.75 |
| HSL | 72.69º | 0.68% | 0.15% | - |
| HSV(B) | 72.69º | 0.81% | 0.25% | - |
| XYZ | 3.37 | 4.45 | 1.03 | - |
| YUV | 54.78 | 103.86 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 12 | 0.17 | 0 | 0.81 | 0.75 | 72.69 | 0.68 | 0.15 |
| Hex | 35 | 40 | C | 11 | 0 | 51 | 4B | 49 | 44 | F |
| Octal | 65 | 100 | 14 | 21 | 0 | 121 | 113 | 111 | 104 | 17 |
| Binary | 110101 | 1000000 | 1100 | 10001 | 0 | 1010001 | 1001011 | 1001001 | 1000100 | 1111 |
Color Harmonies of #35400C
Complementary color
Monochromatic Colors of #35400C
Black with #35400C
Text Example
Text Example
White with #35400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35400C; }
p { color: rgb(53,64,12); }
H1.HeaderClassName
{
color: #35400C;
}
.AnyTagClassName
{
color: #35400C;
}
</style>
background-color css
<style>
a { background-color: #35400C; }
a { background-color: rgb(53,64,12); }
div.DivClassName
{
background-color: #35400C;
}
.BgClassName
{
background-color: #35400C;
}
</style>
border-color css
<style>
span { border-color: #35400C; }
span { border-color: rgb(53,64,12); }
td.TdClassName
{
border-color: #35400C;
}
.TagClassName
{
border-color: #35400C;
}
</style>