Shades of Turtle Green #3A4400
Tints of Turtle Green #3A4400
RGB
CMYK
RGB Variations
Color information
#3A4400 (or 0x3A4400) is known color: Turtle Green. HEX triplet: 3A, 44 and 00. RGB value is (58,68,0). Sum of RGB (Red+Green+Blue) = 58+68+0=126 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.03% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #3A4400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4400 is #C5BBFF. Grayscale: #393939. Windows color (decimal): -12958720 or 17466. OLE color: 17466.
HSL color Cylindrical-coordinate representation of color #3A4400: hue angle of 68.82º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A4400 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 68 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.73 |
| HSL | 68.82º | 1% | 0.13% | - |
| HSV(B) | 68.82º | 1% | 0.27% | - |
| XYZ | 3.81 | 5.03 | 0.77 | - |
| YUV | 57.26 | 95.69 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 68 | 0 | 0.15 | 0 | 1 | 0.73 | 68.82 | 1 | 0.13 |
| Hex | 3A | 44 | 0 | F | 0 | 64 | 49 | 45 | 64 | D |
| Octal | 72 | 104 | 0 | 17 | 0 | 144 | 111 | 105 | 144 | 15 |
| Binary | 111010 | 1000100 | 0 | 1111 | 0 | 1100100 | 1001001 | 1000101 | 1100100 | 1101 |
Color Harmonies of #3A4400
Complementary color
Monochromatic Colors of #3A4400
Black with #3A4400
Text Example
Text Example
White with #3A4400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4400; }
p { color: rgb(58,68,0); }
H1.HeaderClassName
{
color: #3A4400;
}
.AnyTagClassName
{
color: #3A4400;
}
</style>
background-color css
<style>
a { background-color: #3A4400; }
a { background-color: rgb(58,68,0); }
div.DivClassName
{
background-color: #3A4400;
}
.BgClassName
{
background-color: #3A4400;
}
</style>
border-color css
<style>
span { border-color: #3A4400; }
span { border-color: rgb(58,68,0); }
td.TdClassName
{
border-color: #3A4400;
}
.TagClassName
{
border-color: #3A4400;
}
</style>