Shades of Turtle Green #3B390B
Tints of Turtle Green #3B390B
RGB
CMYK
RGB Variations
Color information
#3B390B (or 0x3B390B) is known color: Turtle Green. HEX triplet: 3B, 39 and 0B. RGB value is (59,57,11). Sum of RGB (Red+Green+Blue) = 59+57+11=127 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.46% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 59 - color contains mainly: red. Hex color #3B390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B390B is #C4C6F4. Grayscale: #343434. Windows color (decimal): -12895989 or 735547. OLE color: 735547.
HSL color Cylindrical-coordinate representation of color #3B390B: hue angle of 57.5º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B390B is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 57 | 11 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.77 |
| HSL | 57.5º | 0.69% | 0.14% | - |
| HSV(B) | 57.5º | 0.81% | 0.23% | - |
| XYZ | 3.33 | 3.88 | 0.89 | - |
| YUV | 52.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 57 | 11 | 0 | 0.03 | 0.81 | 0.77 | 57.5 | 0.69 | 0.14 |
| Hex | 3B | 39 | B | 0 | 3 | 51 | 4D | 3A | 45 | E |
| Octal | 73 | 71 | 13 | 0 | 3 | 121 | 115 | 72 | 105 | 16 |
| Binary | 111011 | 111001 | 1011 | 0 | 11 | 1010001 | 1001101 | 111010 | 1000101 | 1110 |
Color Harmonies of #3B390B
Complementary color
Monochromatic Colors of #3B390B
Black with #3B390B
Text Example
Text Example
White with #3B390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B390B; }
p { color: rgb(59,57,11); }
H1.HeaderClassName
{
color: #3B390B;
}
.AnyTagClassName
{
color: #3B390B;
}
</style>
background-color css
<style>
a { background-color: #3B390B; }
a { background-color: rgb(59,57,11); }
div.DivClassName
{
background-color: #3B390B;
}
.BgClassName
{
background-color: #3B390B;
}
</style>
border-color css
<style>
span { border-color: #3B390B; }
span { border-color: rgb(59,57,11); }
td.TdClassName
{
border-color: #3B390B;
}
.TagClassName
{
border-color: #3B390B;
}
</style>