Shades of Turtle Green #35400F
Tints of Turtle Green #35400F
RGB
CMYK
RGB Variations
Color information
#35400F (or 0x35400F) is known color: Turtle Green. HEX triplet: 35, 40 and 0F. RGB value is (53,64,15). Sum of RGB (Red+Green+Blue) = 53+64+15=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #35400F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35400F is #CABFF0. Grayscale: #373737. Windows color (decimal): -13287409 or 999477. OLE color: 999477.
HSL color Cylindrical-coordinate representation of color #35400F: hue angle of 73.47º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35400F is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 64 | 15 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.75 |
| HSL | 73.47º | 0.62% | 0.15% | - |
| HSV(B) | 73.47º | 0.77% | 0.25% | - |
| XYZ | 3.39 | 4.46 | 1.13 | - |
| YUV | 55.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 15 | 0.17 | 0 | 0.77 | 0.75 | 73.47 | 0.62 | 0.15 |
| Hex | 35 | 40 | F | 11 | 0 | 4D | 4B | 49 | 3E | F |
| Octal | 65 | 100 | 17 | 21 | 0 | 115 | 113 | 111 | 76 | 17 |
| Binary | 110101 | 1000000 | 1111 | 10001 | 0 | 1001101 | 1001011 | 1001001 | 111110 | 1111 |
Color Harmonies of #35400F
Complementary color
Monochromatic Colors of #35400F
Black with #35400F
Text Example
Text Example
White with #35400F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35400F; }
p { color: rgb(53,64,15); }
H1.HeaderClassName
{
color: #35400F;
}
.AnyTagClassName
{
color: #35400F;
}
</style>
background-color css
<style>
a { background-color: #35400F; }
a { background-color: rgb(53,64,15); }
div.DivClassName
{
background-color: #35400F;
}
.BgClassName
{
background-color: #35400F;
}
</style>
border-color css
<style>
span { border-color: #35400F; }
span { border-color: rgb(53,64,15); }
td.TdClassName
{
border-color: #35400F;
}
.TagClassName
{
border-color: #35400F;
}
</style>