Shades of Turtle Green #3B4020
Tints of Turtle Green #3B4020
RGB
CMYK
RGB Variations
Color information
#3B4020 (or 0x3B4020) is known color: Turtle Green. HEX triplet: 3B, 40 and 20. RGB value is (59,64,32). Sum of RGB (Red+Green+Blue) = 59+64+32=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #3B4020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4020 is #C4BFDF. Grayscale: #3A3A3A. Windows color (decimal): -12894176 or 2113595. OLE color: 2113595.
HSL color Cylindrical-coordinate representation of color #3B4020: hue angle of 69.38º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B4020 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 64 | 32 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.75 |
| HSL | 69.38º | 0.33% | 0.19% | - |
| HSV(B) | 69.38º | 0.5% | 0.25% | - |
| XYZ | 3.9 | 4.7 | 2.07 | - |
| YUV | 58.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 64 | 32 | 0.08 | 0 | 0.50 | 0.75 | 69.38 | 0.33 | 0.19 |
| Hex | 3B | 40 | 20 | 8 | 0 | 32 | 4B | 45 | 21 | 13 |
| Octal | 73 | 100 | 40 | 10 | 0 | 62 | 113 | 105 | 41 | 23 |
| Binary | 111011 | 1000000 | 100000 | 1000 | 0 | 110010 | 1001011 | 1000101 | 100001 | 10011 |
Color Harmonies of #3B4020
Complementary color
Monochromatic Colors of #3B4020
Black with #3B4020
Text Example
Text Example
White with #3B4020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4020; }
p { color: rgb(59,64,32); }
H1.HeaderClassName
{
color: #3B4020;
}
.AnyTagClassName
{
color: #3B4020;
}
</style>
background-color css
<style>
a { background-color: #3B4020; }
a { background-color: rgb(59,64,32); }
div.DivClassName
{
background-color: #3B4020;
}
.BgClassName
{
background-color: #3B4020;
}
</style>
border-color css
<style>
span { border-color: #3B4020; }
span { border-color: rgb(59,64,32); }
td.TdClassName
{
border-color: #3B4020;
}
.TagClassName
{
border-color: #3B4020;
}
</style>