Shades of Turtle Green #3B4410
Tints of Turtle Green #3B4410
RGB
CMYK
RGB Variations
Color information
#3B4410 (or 0x3B4410) is known color: Turtle Green. HEX triplet: 3B, 44 and 10. RGB value is (59,68,16). Sum of RGB (Red+Green+Blue) = 59+68+16=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 68 (26.95% from 255 or 47.55% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 68 - color contains mainly: green. Hex color #3B4410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4410 is #C4BBEF. Grayscale: #3B3B3B. Windows color (decimal): -12893168 or 1066043. OLE color: 1066043.
HSL color Cylindrical-coordinate representation of color #3B4410: hue angle of 70.38º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B4410 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 68 | 16 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.73 |
| HSL | 70.38º | 0.62% | 0.16% | - |
| HSV(B) | 70.38º | 0.76% | 0.27% | - |
| XYZ | 3.96 | 5.1 | 1.27 | - |
| YUV | 59.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 68 | 16 | 0.13 | 0 | 0.76 | 0.73 | 70.38 | 0.62 | 0.16 |
| Hex | 3B | 44 | 10 | D | 0 | 4C | 49 | 46 | 3E | 10 |
| Octal | 73 | 104 | 20 | 15 | 0 | 114 | 111 | 106 | 76 | 20 |
| Binary | 111011 | 1000100 | 10000 | 1101 | 0 | 1001100 | 1001001 | 1000110 | 111110 | 10000 |
Color Harmonies of #3B4410
Complementary color
Monochromatic Colors of #3B4410
Black with #3B4410
Text Example
Text Example
White with #3B4410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4410; }
p { color: rgb(59,68,16); }
H1.HeaderClassName
{
color: #3B4410;
}
.AnyTagClassName
{
color: #3B4410;
}
</style>
background-color css
<style>
a { background-color: #3B4410; }
a { background-color: rgb(59,68,16); }
div.DivClassName
{
background-color: #3B4410;
}
.BgClassName
{
background-color: #3B4410;
}
</style>
border-color css
<style>
span { border-color: #3B4410; }
span { border-color: rgb(59,68,16); }
td.TdClassName
{
border-color: #3B4410;
}
.TagClassName
{
border-color: #3B4410;
}
</style>