Shades of Turtle Green #3B471A
Tints of Turtle Green #3B471A
RGB
CMYK
RGB Variations
Color information
#3B471A (or 0x3B471A) is known color: Turtle Green. HEX triplet: 3B, 47 and 1A. RGB value is (59,71,26). Sum of RGB (Red+Green+Blue) = 59+71+26=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 71 (28.12% from 255 or 45.51% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 71 - color contains mainly: green. Hex color #3B471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B471A is #C4B8E5. Grayscale: #3E3E3E. Windows color (decimal): -12892390 or 1722171. OLE color: 1722171.
HSL color Cylindrical-coordinate representation of color #3B471A: hue angle of 76º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B471A is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 71 | 26 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.72 |
| HSL | 76º | 0.46% | 0.19% | - |
| HSV(B) | 76º | 0.63% | 0.28% | - |
| XYZ | 4.24 | 5.51 | 1.82 | - |
| YUV | 62.28 | 107.52 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 71 | 26 | 0.17 | 0 | 0.63 | 0.72 | 76 | 0.46 | 0.19 |
| Hex | 3B | 47 | 1A | 11 | 0 | 3F | 48 | 4C | 2E | 13 |
| Octal | 73 | 107 | 32 | 21 | 0 | 77 | 110 | 114 | 56 | 23 |
| Binary | 111011 | 1000111 | 11010 | 10001 | 0 | 111111 | 1001000 | 1001100 | 101110 | 10011 |
Color Harmonies of #3B471A
Complementary color
Monochromatic Colors of #3B471A
Black with #3B471A
Text Example
Text Example
White with #3B471A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B471A; }
p { color: rgb(59,71,26); }
H1.HeaderClassName
{
color: #3B471A;
}
.AnyTagClassName
{
color: #3B471A;
}
</style>
background-color css
<style>
a { background-color: #3B471A; }
a { background-color: rgb(59,71,26); }
div.DivClassName
{
background-color: #3B471A;
}
.BgClassName
{
background-color: #3B471A;
}
</style>
border-color css
<style>
span { border-color: #3B471A; }
span { border-color: rgb(59,71,26); }
td.TdClassName
{
border-color: #3B471A;
}
.TagClassName
{
border-color: #3B471A;
}
</style>