Shades of Turtle Green #3A4101
Tints of Turtle Green #3A4101
RGB
CMYK
RGB Variations
Color information
#3A4101 (or 0x3A4101) is known color: Turtle Green. HEX triplet: 3A, 41 and 01. RGB value is (58,65,1). Sum of RGB (Red+Green+Blue) = 58+65+1=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4101 is #C5BEFE. Grayscale: #373737. Windows color (decimal): -12959487 or 82234. OLE color: 82234.
HSL color Cylindrical-coordinate representation of color #3A4101: hue angle of 66.56º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A4101 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 65 | 1 | - |
| CMYK | 0.11 | 0 | 0.98 | 0.75 |
| HSL | 66.56º | 0.97% | 0.13% | - |
| HSV(B) | 66.56º | 0.98% | 0.25% | - |
| XYZ | 3.64 | 4.68 | 0.74 | - |
| YUV | 55.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 1 | 0.11 | 0 | 0.98 | 0.75 | 66.56 | 0.97 | 0.13 |
| Hex | 3A | 41 | 1 | B | 0 | 62 | 4B | 43 | 61 | D |
| Octal | 72 | 101 | 1 | 13 | 0 | 142 | 113 | 103 | 141 | 15 |
| Binary | 111010 | 1000001 | 1 | 1011 | 0 | 1100010 | 1001011 | 1000011 | 1100001 | 1101 |
Color Harmonies of #3A4101
Complementary color
Monochromatic Colors of #3A4101
Black with #3A4101
Text Example
Text Example
White with #3A4101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4101; }
p { color: rgb(58,65,1); }
H1.HeaderClassName
{
color: #3A4101;
}
.AnyTagClassName
{
color: #3A4101;
}
</style>
background-color css
<style>
a { background-color: #3A4101; }
a { background-color: rgb(58,65,1); }
div.DivClassName
{
background-color: #3A4101;
}
.BgClassName
{
background-color: #3A4101;
}
</style>
border-color css
<style>
span { border-color: #3A4101; }
span { border-color: rgb(58,65,1); }
td.TdClassName
{
border-color: #3A4101;
}
.TagClassName
{
border-color: #3A4101;
}
</style>