Shades of Turtle Green #3B4111
Tints of Turtle Green #3B4111
RGB
CMYK
RGB Variations
Color information
#3B4111 (or 0x3B4111) is known color: Turtle Green. HEX triplet: 3B, 41 and 11. RGB value is (59,65,17). Sum of RGB (Red+Green+Blue) = 59+65+17=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #3B4111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4111 is #C4BEEE. Grayscale: #393939. Windows color (decimal): -12893935 or 1130811. OLE color: 1130811.
HSL color Cylindrical-coordinate representation of color #3B4111: hue angle of 67.5º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B4111 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 65 | 17 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.75 |
| HSL | 67.5º | 0.59% | 0.16% | - |
| HSV(B) | 67.5º | 0.74% | 0.25% | - |
| XYZ | 3.8 | 4.75 | 1.25 | - |
| YUV | 57.73 | 105.01 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 17 | 0.09 | 0 | 0.74 | 0.75 | 67.5 | 0.59 | 0.16 |
| Hex | 3B | 41 | 11 | 9 | 0 | 4A | 4B | 44 | 3B | 10 |
| Octal | 73 | 101 | 21 | 11 | 0 | 112 | 113 | 104 | 73 | 20 |
| Binary | 111011 | 1000001 | 10001 | 1001 | 0 | 1001010 | 1001011 | 1000100 | 111011 | 10000 |
Color Harmonies of #3B4111
Complementary color
Monochromatic Colors of #3B4111
Black with #3B4111
Text Example
Text Example
White with #3B4111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4111; }
p { color: rgb(59,65,17); }
H1.HeaderClassName
{
color: #3B4111;
}
.AnyTagClassName
{
color: #3B4111;
}
</style>
background-color css
<style>
a { background-color: #3B4111; }
a { background-color: rgb(59,65,17); }
div.DivClassName
{
background-color: #3B4111;
}
.BgClassName
{
background-color: #3B4111;
}
</style>
border-color css
<style>
span { border-color: #3B4111; }
span { border-color: rgb(59,65,17); }
td.TdClassName
{
border-color: #3B4111;
}
.TagClassName
{
border-color: #3B4111;
}
</style>