Shades of Turtle Green #3A3907
Tints of Turtle Green #3A3907
RGB
CMYK
RGB Variations
Color information
#3A3907 (or 0x3A3907) is known color: Turtle Green. HEX triplet: 3A, 39 and 07. RGB value is (58,57,7). Sum of RGB (Red+Green+Blue) = 58+57+7=122 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.54% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 7 (3.12% from 255 or 5.74% from 122); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3907 is #C5C6F8. Grayscale: #333333. Windows color (decimal): -12961529 or 473402. OLE color: 473402.
HSL color Cylindrical-coordinate representation of color #3A3907: hue angle of 58.82º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A3907 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 57 | 7 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.77 |
| HSL | 58.82º | 0.78% | 0.13% | - |
| HSV(B) | 58.82º | 0.88% | 0.23% | - |
| XYZ | 3.25 | 3.84 | 0.77 | - |
| YUV | 51.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 7 | 0 | 0.02 | 0.88 | 0.77 | 58.82 | 0.78 | 0.13 |
| Hex | 3A | 39 | 7 | 0 | 2 | 58 | 4D | 3B | 4E | D |
| Octal | 72 | 71 | 7 | 0 | 2 | 130 | 115 | 73 | 116 | 15 |
| Binary | 111010 | 111001 | 111 | 0 | 10 | 1011000 | 1001101 | 111011 | 1001110 | 1101 |
Color Harmonies of #3A3907
Complementary color
Monochromatic Colors of #3A3907
Black with #3A3907
Text Example
Text Example
White with #3A3907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3907; }
p { color: rgb(58,57,7); }
H1.HeaderClassName
{
color: #3A3907;
}
.AnyTagClassName
{
color: #3A3907;
}
</style>
background-color css
<style>
a { background-color: #3A3907; }
a { background-color: rgb(58,57,7); }
div.DivClassName
{
background-color: #3A3907;
}
.BgClassName
{
background-color: #3A3907;
}
</style>
border-color css
<style>
span { border-color: #3A3907; }
span { border-color: rgb(58,57,7); }
td.TdClassName
{
border-color: #3A3907;
}
.TagClassName
{
border-color: #3A3907;
}
</style>