Shades of Turtle Green #3B4514
Tints of Turtle Green #3B4514
RGB
CMYK
RGB Variations
Color information
#3B4514 (or 0x3B4514) is known color: Turtle Green. HEX triplet: 3B, 45 and 14. RGB value is (59,69,20). Sum of RGB (Red+Green+Blue) = 59+69+20=148 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.86% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 69 - color contains mainly: green. Hex color #3B4514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4514 is #C4BAEB. Grayscale: #3C3C3C. Windows color (decimal): -12892908 or 1328443. OLE color: 1328443.
HSL color Cylindrical-coordinate representation of color #3B4514: hue angle of 72.24º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B4514 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 69 | 20 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.73 |
| HSL | 72.24º | 0.55% | 0.17% | - |
| HSV(B) | 72.24º | 0.71% | 0.27% | - |
| XYZ | 4.06 | 5.24 | 1.46 | - |
| YUV | 60.42 | 105.19 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 69 | 20 | 0.14 | 0 | 0.71 | 0.73 | 72.24 | 0.55 | 0.17 |
| Hex | 3B | 45 | 14 | E | 0 | 47 | 49 | 48 | 37 | 11 |
| Octal | 73 | 105 | 24 | 16 | 0 | 107 | 111 | 110 | 67 | 21 |
| Binary | 111011 | 1000101 | 10100 | 1110 | 0 | 1000111 | 1001001 | 1001000 | 110111 | 10001 |
Color Harmonies of #3B4514
Complementary color
Monochromatic Colors of #3B4514
Black with #3B4514
Text Example
Text Example
White with #3B4514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4514; }
p { color: rgb(59,69,20); }
H1.HeaderClassName
{
color: #3B4514;
}
.AnyTagClassName
{
color: #3B4514;
}
</style>
background-color css
<style>
a { background-color: #3B4514; }
a { background-color: rgb(59,69,20); }
div.DivClassName
{
background-color: #3B4514;
}
.BgClassName
{
background-color: #3B4514;
}
</style>
border-color css
<style>
span { border-color: #3B4514; }
span { border-color: rgb(59,69,20); }
td.TdClassName
{
border-color: #3B4514;
}
.TagClassName
{
border-color: #3B4514;
}
</style>