Shades of Turtle Green #3A4301
Tints of Turtle Green #3A4301
RGB
CMYK
RGB Variations
Color information
#3A4301 (or 0x3A4301) is known color: Turtle Green. HEX triplet: 3A, 43 and 01. RGB value is (58,67,1). Sum of RGB (Red+Green+Blue) = 58+67+1=126 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.03% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #3A4301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4301 is #C5BCFE. Grayscale: #393939. Windows color (decimal): -12958975 or 82746. OLE color: 82746.
HSL color Cylindrical-coordinate representation of color #3A4301: hue angle of 68.18º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A4301 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 67 | 1 | - |
| CMYK | 0.13 | 0 | 0.99 | 0.74 |
| HSL | 68.18º | 0.97% | 0.13% | - |
| HSV(B) | 68.18º | 0.99% | 0.26% | - |
| XYZ | 3.76 | 4.92 | 0.78 | - |
| YUV | 56.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 67 | 1 | 0.13 | 0 | 0.99 | 0.74 | 68.18 | 0.97 | 0.13 |
| Hex | 3A | 43 | 1 | D | 0 | 63 | 4A | 44 | 61 | D |
| Octal | 72 | 103 | 1 | 15 | 0 | 143 | 112 | 104 | 141 | 15 |
| Binary | 111010 | 1000011 | 1 | 1101 | 0 | 1100011 | 1001010 | 1000100 | 1100001 | 1101 |
Color Harmonies of #3A4301
Complementary color
Monochromatic Colors of #3A4301
Black with #3A4301
Text Example
Text Example
White with #3A4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4301; }
p { color: rgb(58,67,1); }
H1.HeaderClassName
{
color: #3A4301;
}
.AnyTagClassName
{
color: #3A4301;
}
</style>
background-color css
<style>
a { background-color: #3A4301; }
a { background-color: rgb(58,67,1); }
div.DivClassName
{
background-color: #3A4301;
}
.BgClassName
{
background-color: #3A4301;
}
</style>
border-color css
<style>
span { border-color: #3A4301; }
span { border-color: rgb(58,67,1); }
td.TdClassName
{
border-color: #3A4301;
}
.TagClassName
{
border-color: #3A4301;
}
</style>