Shades of Turtle Green #3B4709
Tints of Turtle Green #3B4709
RGB
CMYK
RGB Variations
Color information
#3B4709 (or 0x3B4709) is known color: Turtle Green. HEX triplet: 3B, 47 and 09. RGB value is (59,71,9). Sum of RGB (Red+Green+Blue) = 59+71+9=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #3B4709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4709 is #C4B8F6. Grayscale: #3C3C3C. Windows color (decimal): -12892407 or 608059. OLE color: 608059.
HSL color Cylindrical-coordinate representation of color #3B4709: hue angle of 71.61º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B4709 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 71 | 9 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.72 |
| HSL | 71.61º | 0.78% | 0.16% | - |
| HSV(B) | 71.61º | 0.87% | 0.28% | - |
| XYZ | 4.11 | 5.46 | 1.1 | - |
| YUV | 60.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 71 | 9 | 0.17 | 0 | 0.87 | 0.72 | 71.61 | 0.78 | 0.16 |
| Hex | 3B | 47 | 9 | 11 | 0 | 57 | 48 | 48 | 4E | 10 |
| Octal | 73 | 107 | 11 | 21 | 0 | 127 | 110 | 110 | 116 | 20 |
| Binary | 111011 | 1000111 | 1001 | 10001 | 0 | 1010111 | 1001000 | 1001000 | 1001110 | 10000 |
Color Harmonies of #3B4709
Complementary color
Monochromatic Colors of #3B4709
Black with #3B4709
Text Example
Text Example
White with #3B4709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4709; }
p { color: rgb(59,71,9); }
H1.HeaderClassName
{
color: #3B4709;
}
.AnyTagClassName
{
color: #3B4709;
}
</style>
background-color css
<style>
a { background-color: #3B4709; }
a { background-color: rgb(59,71,9); }
div.DivClassName
{
background-color: #3B4709;
}
.BgClassName
{
background-color: #3B4709;
}
</style>
border-color css
<style>
span { border-color: #3B4709; }
span { border-color: rgb(59,71,9); }
td.TdClassName
{
border-color: #3B4709;
}
.TagClassName
{
border-color: #3B4709;
}
</style>