Shades of Turtle Green #3A4109
Tints of Turtle Green #3A4109
RGB
CMYK
RGB Variations
Color information
#3A4109 (or 0x3A4109) is known color: Turtle Green. HEX triplet: 3A, 41 and 09. RGB value is (58,65,9). Sum of RGB (Red+Green+Blue) = 58+65+9=132 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.94% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4109 is #C5BEF6. Grayscale: #383838. Windows color (decimal): -12959479 or 606522. OLE color: 606522.
HSL color Cylindrical-coordinate representation of color #3A4109: hue angle of 67.5º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A4109 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 65 | 9 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.75 |
| HSL | 67.5º | 0.76% | 0.15% | - |
| HSV(B) | 67.5º | 0.86% | 0.25% | - |
| XYZ | 3.68 | 4.7 | 0.97 | - |
| YUV | 56.52 | 101.18 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 9 | 0.11 | 0 | 0.86 | 0.75 | 67.5 | 0.76 | 0.15 |
| Hex | 3A | 41 | 9 | B | 0 | 56 | 4B | 44 | 4C | F |
| Octal | 72 | 101 | 11 | 13 | 0 | 126 | 113 | 104 | 114 | 17 |
| Binary | 111010 | 1000001 | 1001 | 1011 | 0 | 1010110 | 1001011 | 1000100 | 1001100 | 1111 |
Color Harmonies of #3A4109
Complementary color
Monochromatic Colors of #3A4109
Black with #3A4109
Text Example
Text Example
White with #3A4109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4109; }
p { color: rgb(58,65,9); }
H1.HeaderClassName
{
color: #3A4109;
}
.AnyTagClassName
{
color: #3A4109;
}
</style>
background-color css
<style>
a { background-color: #3A4109; }
a { background-color: rgb(58,65,9); }
div.DivClassName
{
background-color: #3A4109;
}
.BgClassName
{
background-color: #3A4109;
}
</style>
border-color css
<style>
span { border-color: #3A4109; }
span { border-color: rgb(58,65,9); }
td.TdClassName
{
border-color: #3A4109;
}
.TagClassName
{
border-color: #3A4109;
}
</style>