Shades of Turtle Green #3B460D
Tints of Turtle Green #3B460D
RGB
CMYK
RGB Variations
Color information
#3B460D (or 0x3B460D) is known color: Turtle Green. HEX triplet: 3B, 46 and 0D. RGB value is (59,70,13). Sum of RGB (Red+Green+Blue) = 59+70+13=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 70 - color contains mainly: green. Hex color #3B460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B460D is #C4B9F2. Grayscale: #3C3C3C. Windows color (decimal): -12892659 or 869947. OLE color: 869947.
HSL color Cylindrical-coordinate representation of color #3B460D: hue angle of 71.58º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B460D is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 70 | 13 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.73 |
| HSL | 71.58º | 0.69% | 0.16% | - |
| HSV(B) | 71.58º | 0.81% | 0.27% | - |
| XYZ | 4.07 | 5.34 | 1.2 | - |
| YUV | 60.21 | 101.36 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 70 | 13 | 0.16 | 0 | 0.81 | 0.73 | 71.58 | 0.69 | 0.16 |
| Hex | 3B | 46 | D | 10 | 0 | 51 | 49 | 48 | 45 | 10 |
| Octal | 73 | 106 | 15 | 20 | 0 | 121 | 111 | 110 | 105 | 20 |
| Binary | 111011 | 1000110 | 1101 | 10000 | 0 | 1010001 | 1001001 | 1001000 | 1000101 | 10000 |
Color Harmonies of #3B460D
Complementary color
Monochromatic Colors of #3B460D
Black with #3B460D
Text Example
Text Example
White with #3B460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B460D; }
p { color: rgb(59,70,13); }
H1.HeaderClassName
{
color: #3B460D;
}
.AnyTagClassName
{
color: #3B460D;
}
</style>
background-color css
<style>
a { background-color: #3B460D; }
a { background-color: rgb(59,70,13); }
div.DivClassName
{
background-color: #3B460D;
}
.BgClassName
{
background-color: #3B460D;
}
</style>
border-color css
<style>
span { border-color: #3B460D; }
span { border-color: rgb(59,70,13); }
td.TdClassName
{
border-color: #3B460D;
}
.TagClassName
{
border-color: #3B460D;
}
</style>