Shades of Turtle Green #3A3908
Tints of Turtle Green #3A3908
RGB
CMYK
RGB Variations
Color information
#3A3908 (or 0x3A3908) is known color: Turtle Green. HEX triplet: 3A, 39 and 08. RGB value is (58,57,8). Sum of RGB (Red+Green+Blue) = 58+57+8=123 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.15% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3908 is #C5C6F7. Grayscale: #333333. Windows color (decimal): -12961528 or 538938. OLE color: 538938.
HSL color Cylindrical-coordinate representation of color #3A3908: hue angle of 58.8º 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 #3A3908 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 57 | 8 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.77 |
| HSL | 58.8º | 0.76% | 0.13% | - |
| HSV(B) | 58.8º | 0.86% | 0.23% | - |
| XYZ | 3.25 | 3.84 | 0.8 | - |
| YUV | 51.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 8 | 0 | 0.02 | 0.86 | 0.77 | 58.8 | 0.76 | 0.13 |
| Hex | 3A | 39 | 8 | 0 | 2 | 56 | 4D | 3B | 4C | D |
| Octal | 72 | 71 | 10 | 0 | 2 | 126 | 115 | 73 | 114 | 15 |
| Binary | 111010 | 111001 | 1000 | 0 | 10 | 1010110 | 1001101 | 111011 | 1001100 | 1101 |
Color Harmonies of #3A3908
Complementary color
Monochromatic Colors of #3A3908
Black with #3A3908
Text Example
Text Example
White with #3A3908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3908; }
p { color: rgb(58,57,8); }
H1.HeaderClassName
{
color: #3A3908;
}
.AnyTagClassName
{
color: #3A3908;
}
</style>
background-color css
<style>
a { background-color: #3A3908; }
a { background-color: rgb(58,57,8); }
div.DivClassName
{
background-color: #3A3908;
}
.BgClassName
{
background-color: #3A3908;
}
</style>
border-color css
<style>
span { border-color: #3A3908; }
span { border-color: rgb(58,57,8); }
td.TdClassName
{
border-color: #3A3908;
}
.TagClassName
{
border-color: #3A3908;
}
</style>