Shades of Turtle Green #3A4306
Tints of Turtle Green #3A4306
RGB
CMYK
RGB Variations
Color information
#3A4306 (or 0x3A4306) is known color: Turtle Green. HEX triplet: 3A, 43 and 06. RGB value is (58,67,6). Sum of RGB (Red+Green+Blue) = 58+67+6=131 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.27% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #3A4306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4306 is #C5BCF9. Grayscale: #393939. Windows color (decimal): -12958970 or 410426. OLE color: 410426.
HSL color Cylindrical-coordinate representation of color #3A4306: hue angle of 68.85º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A4306 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 67 | 6 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.74 |
| HSL | 68.85º | 0.84% | 0.14% | - |
| HSV(B) | 68.85º | 0.91% | 0.26% | - |
| XYZ | 3.78 | 4.93 | 0.92 | - |
| YUV | 57.36 | 99.02 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 67 | 6 | 0.13 | 0 | 0.91 | 0.74 | 68.85 | 0.84 | 0.14 |
| Hex | 3A | 43 | 6 | D | 0 | 5B | 4A | 45 | 54 | E |
| Octal | 72 | 103 | 6 | 15 | 0 | 133 | 112 | 105 | 124 | 16 |
| Binary | 111010 | 1000011 | 110 | 1101 | 0 | 1011011 | 1001010 | 1000101 | 1010100 | 1110 |
Color Harmonies of #3A4306
Complementary color
Monochromatic Colors of #3A4306
Black with #3A4306
Text Example
Text Example
White with #3A4306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4306; }
p { color: rgb(58,67,6); }
H1.HeaderClassName
{
color: #3A4306;
}
.AnyTagClassName
{
color: #3A4306;
}
</style>
background-color css
<style>
a { background-color: #3A4306; }
a { background-color: rgb(58,67,6); }
div.DivClassName
{
background-color: #3A4306;
}
.BgClassName
{
background-color: #3A4306;
}
</style>
border-color css
<style>
span { border-color: #3A4306; }
span { border-color: rgb(58,67,6); }
td.TdClassName
{
border-color: #3A4306;
}
.TagClassName
{
border-color: #3A4306;
}
</style>