Shades of Turtle Green #3B411D
Tints of Turtle Green #3B411D
RGB
CMYK
RGB Variations
Color information
#3B411D (or 0x3B411D) is known color: Turtle Green. HEX triplet: 3B, 41 and 1D. RGB value is (59,65,29). Sum of RGB (Red+Green+Blue) = 59+65+29=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 65 - color contains mainly: green. Hex color #3B411D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B411D is #C4BEE2. Grayscale: #3B3B3B. Windows color (decimal): -12893923 or 1917243. OLE color: 1917243.
HSL color Cylindrical-coordinate representation of color #3B411D: hue angle of 70º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B411D is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 65 | 29 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.75 |
| HSL | 70º | 0.38% | 0.18% | - |
| HSV(B) | 70º | 0.55% | 0.25% | - |
| XYZ | 3.92 | 4.8 | 1.88 | - |
| YUV | 59.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 29 | 0.09 | 0 | 0.55 | 0.75 | 70 | 0.38 | 0.18 |
| Hex | 3B | 41 | 1D | 9 | 0 | 37 | 4B | 46 | 26 | 12 |
| Octal | 73 | 101 | 35 | 11 | 0 | 67 | 113 | 106 | 46 | 22 |
| Binary | 111011 | 1000001 | 11101 | 1001 | 0 | 110111 | 1001011 | 1000110 | 100110 | 10010 |
Color Harmonies of #3B411D
Complementary color
Monochromatic Colors of #3B411D
Black with #3B411D
Text Example
Text Example
White with #3B411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B411D; }
p { color: rgb(59,65,29); }
H1.HeaderClassName
{
color: #3B411D;
}
.AnyTagClassName
{
color: #3B411D;
}
</style>
background-color css
<style>
a { background-color: #3B411D; }
a { background-color: rgb(59,65,29); }
div.DivClassName
{
background-color: #3B411D;
}
.BgClassName
{
background-color: #3B411D;
}
</style>
border-color css
<style>
span { border-color: #3B411D; }
span { border-color: rgb(59,65,29); }
td.TdClassName
{
border-color: #3B411D;
}
.TagClassName
{
border-color: #3B411D;
}
</style>