Shades of Turtle Green #3B3908
Tints of Turtle Green #3B3908
RGB
CMYK
RGB Variations
Color information
#3B3908 (or 0x3B3908) is known color: Turtle Green. HEX triplet: 3B, 39 and 08. RGB value is (59,57,8). Sum of RGB (Red+Green+Blue) = 59+57+8=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3908 is #C4C6F7. Grayscale: #343434. Windows color (decimal): -12895992 or 538939. OLE color: 538939.
HSL color Cylindrical-coordinate representation of color #3B3908: hue angle of 57.65º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B3908 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 57 | 8 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.77 |
| HSL | 57.65º | 0.76% | 0.13% | - |
| HSV(B) | 57.65º | 0.86% | 0.23% | - |
| XYZ | 3.31 | 3.87 | 0.8 | - |
| YUV | 52.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 57 | 8 | 0 | 0.03 | 0.86 | 0.77 | 57.65 | 0.76 | 0.13 |
| Hex | 3B | 39 | 8 | 0 | 3 | 56 | 4D | 3A | 4C | D |
| Octal | 73 | 71 | 10 | 0 | 3 | 126 | 115 | 72 | 114 | 15 |
| Binary | 111011 | 111001 | 1000 | 0 | 11 | 1010110 | 1001101 | 111010 | 1001100 | 1101 |
Color Harmonies of #3B3908
Complementary color
Monochromatic Colors of #3B3908
Black with #3B3908
Text Example
Text Example
White with #3B3908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3908; }
p { color: rgb(59,57,8); }
H1.HeaderClassName
{
color: #3B3908;
}
.AnyTagClassName
{
color: #3B3908;
}
</style>
background-color css
<style>
a { background-color: #3B3908; }
a { background-color: rgb(59,57,8); }
div.DivClassName
{
background-color: #3B3908;
}
.BgClassName
{
background-color: #3B3908;
}
</style>
border-color css
<style>
span { border-color: #3B3908; }
span { border-color: rgb(59,57,8); }
td.TdClassName
{
border-color: #3B3908;
}
.TagClassName
{
border-color: #3B3908;
}
</style>