Shades of Turtle Green #35400B
Tints of Turtle Green #35400B
RGB
CMYK
RGB Variations
Color information
#35400B (or 0x35400B) is known color: Turtle Green. HEX triplet: 35, 40 and 0B. RGB value is (53,64,11). Sum of RGB (Red+Green+Blue) = 53+64+11=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 64 (25.39% from 255 or 50% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 64 - color contains mainly: green. Hex color #35400B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35400B is #CABFF4. Grayscale: #363636. Windows color (decimal): -13287413 or 737333. OLE color: 737333.
HSL color Cylindrical-coordinate representation of color #35400B: hue angle of 72.45º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #35400B is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 64 | 11 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.75 |
| HSL | 72.45º | 0.71% | 0.15% | - |
| HSV(B) | 72.45º | 0.83% | 0.25% | - |
| XYZ | 3.36 | 4.45 | 1 | - |
| YUV | 54.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 11 | 0.17 | 0 | 0.83 | 0.75 | 72.45 | 0.71 | 0.15 |
| Hex | 35 | 40 | B | 11 | 0 | 53 | 4B | 48 | 47 | F |
| Octal | 65 | 100 | 13 | 21 | 0 | 123 | 113 | 110 | 107 | 17 |
| Binary | 110101 | 1000000 | 1011 | 10001 | 0 | 1010011 | 1001011 | 1001000 | 1000111 | 1111 |
Color Harmonies of #35400B
Complementary color
Monochromatic Colors of #35400B
Black with #35400B
Text Example
Text Example
White with #35400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35400B; }
p { color: rgb(53,64,11); }
H1.HeaderClassName
{
color: #35400B;
}
.AnyTagClassName
{
color: #35400B;
}
</style>
background-color css
<style>
a { background-color: #35400B; }
a { background-color: rgb(53,64,11); }
div.DivClassName
{
background-color: #35400B;
}
.BgClassName
{
background-color: #35400B;
}
</style>
border-color css
<style>
span { border-color: #35400B; }
span { border-color: rgb(53,64,11); }
td.TdClassName
{
border-color: #35400B;
}
.TagClassName
{
border-color: #35400B;
}
</style>