Shades of Turtle Green #3B3A05
Tints of Turtle Green #3B3A05
RGB
CMYK
RGB Variations
Color information
#3B3A05 (or 0x3B3A05) is known color: Turtle Green. HEX triplet: 3B, 3A and 05. RGB value is (59,58,5). Sum of RGB (Red+Green+Blue) = 59+58+5=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3A05 is #C4C5FA. Grayscale: #343434. Windows color (decimal): -12895739 or 342587. OLE color: 342587.
HSL color Cylindrical-coordinate representation of color #3B3A05: hue angle of 58.89º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B3A05 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 58 | 5 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.77 |
| HSL | 58.89º | 0.84% | 0.13% | - |
| HSV(B) | 58.89º | 0.92% | 0.23% | - |
| XYZ | 3.34 | 3.97 | 0.73 | - |
| YUV | 52.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 58 | 5 | 0 | 0.02 | 0.92 | 0.77 | 58.89 | 0.84 | 0.13 |
| Hex | 3B | 3A | 5 | 0 | 2 | 5C | 4D | 3B | 54 | D |
| Octal | 73 | 72 | 5 | 0 | 2 | 134 | 115 | 73 | 124 | 15 |
| Binary | 111011 | 111010 | 101 | 0 | 10 | 1011100 | 1001101 | 111011 | 1010100 | 1101 |
Color Harmonies of #3B3A05
Complementary color
Monochromatic Colors of #3B3A05
Black with #3B3A05
Text Example
Text Example
White with #3B3A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3A05; }
p { color: rgb(59,58,5); }
H1.HeaderClassName
{
color: #3B3A05;
}
.AnyTagClassName
{
color: #3B3A05;
}
</style>
background-color css
<style>
a { background-color: #3B3A05; }
a { background-color: rgb(59,58,5); }
div.DivClassName
{
background-color: #3B3A05;
}
.BgClassName
{
background-color: #3B3A05;
}
</style>
border-color css
<style>
span { border-color: #3B3A05; }
span { border-color: rgb(59,58,5); }
td.TdClassName
{
border-color: #3B3A05;
}
.TagClassName
{
border-color: #3B3A05;
}
</style>