Shades of Turtle Green #3A3B07
Tints of Turtle Green #3A3B07
RGB
CMYK
RGB Variations
Color information
#3A3B07 (or 0x3A3B07) is known color: Turtle Green. HEX triplet: 3A, 3B and 07. RGB value is (58,59,7). Sum of RGB (Red+Green+Blue) = 58+59+7=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 59 (23.44% from 255 or 47.58% from 124); Blue value is 7 (3.12% from 255 or 5.65% from 124); Max value from RGB is 59 - color contains mainly: green. Hex color #3A3B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3B07 is #C5C4F8. Grayscale: #343434. Windows color (decimal): -12961017 or 473914. OLE color: 473914.
HSL color Cylindrical-coordinate representation of color #3A3B07: hue angle of 61.15º degrees, saturation: 0.79, 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 #3A3B07 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 59 | 7 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.77 |
| HSL | 61.15º | 0.79% | 0.13% | - |
| HSV(B) | 61.15º | 0.88% | 0.23% | - |
| XYZ | 3.35 | 4.04 | 0.8 | - |
| YUV | 52.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 59 | 7 | 0.02 | 0 | 0.88 | 0.77 | 61.15 | 0.79 | 0.13 |
| Hex | 3A | 3B | 7 | 2 | 0 | 58 | 4D | 3D | 4F | D |
| Octal | 72 | 73 | 7 | 2 | 0 | 130 | 115 | 75 | 117 | 15 |
| Binary | 111010 | 111011 | 111 | 10 | 0 | 1011000 | 1001101 | 111101 | 1001111 | 1101 |
Color Harmonies of #3A3B07
Complementary color
Monochromatic Colors of #3A3B07
Black with #3A3B07
Text Example
Text Example
White with #3A3B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3B07; }
p { color: rgb(58,59,7); }
H1.HeaderClassName
{
color: #3A3B07;
}
.AnyTagClassName
{
color: #3A3B07;
}
</style>
background-color css
<style>
a { background-color: #3A3B07; }
a { background-color: rgb(58,59,7); }
div.DivClassName
{
background-color: #3A3B07;
}
.BgClassName
{
background-color: #3A3B07;
}
</style>
border-color css
<style>
span { border-color: #3A3B07; }
span { border-color: rgb(58,59,7); }
td.TdClassName
{
border-color: #3A3B07;
}
.TagClassName
{
border-color: #3A3B07;
}
</style>