Shades of Turtle Green #3B3905
Tints of Turtle Green #3B3905
RGB
CMYK
RGB Variations
Color information
#3B3905 (or 0x3B3905) is known color: Turtle Green. HEX triplet: 3B, 39 and 05. RGB value is (59,57,5). Sum of RGB (Red+Green+Blue) = 59+57+5=121 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.76% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3905 is #C4C6FA. Grayscale: #333333. Windows color (decimal): -12895995 or 342331. OLE color: 342331.
HSL color Cylindrical-coordinate representation of color #3B3905: hue angle of 57.78º 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 #3B3905 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 57 | 5 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.77 |
| HSL | 57.78º | 0.84% | 0.13% | - |
| HSV(B) | 57.78º | 0.92% | 0.23% | - |
| XYZ | 3.29 | 3.87 | 0.72 | - |
| YUV | 51.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 57 | 5 | 0 | 0.03 | 0.92 | 0.77 | 57.78 | 0.84 | 0.13 |
| Hex | 3B | 39 | 5 | 0 | 3 | 5C | 4D | 3A | 54 | D |
| Octal | 73 | 71 | 5 | 0 | 3 | 134 | 115 | 72 | 124 | 15 |
| Binary | 111011 | 111001 | 101 | 0 | 11 | 1011100 | 1001101 | 111010 | 1010100 | 1101 |
Color Harmonies of #3B3905
Complementary color
Monochromatic Colors of #3B3905
Black with #3B3905
Text Example
Text Example
White with #3B3905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3905; }
p { color: rgb(59,57,5); }
H1.HeaderClassName
{
color: #3B3905;
}
.AnyTagClassName
{
color: #3B3905;
}
</style>
background-color css
<style>
a { background-color: #3B3905; }
a { background-color: rgb(59,57,5); }
div.DivClassName
{
background-color: #3B3905;
}
.BgClassName
{
background-color: #3B3905;
}
</style>
border-color css
<style>
span { border-color: #3B3905; }
span { border-color: rgb(59,57,5); }
td.TdClassName
{
border-color: #3B3905;
}
.TagClassName
{
border-color: #3B3905;
}
</style>