Shades of Turtle Green #3A4200
Tints of Turtle Green #3A4200
RGB
CMYK
RGB Variations
Color information
#3A4200 (or 0x3A4200) is known color: Turtle Green. HEX triplet: 3A, 42 and 00. RGB value is (58,66,0). Sum of RGB (Red+Green+Blue) = 58+66+0=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #3A4200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4200 is #C5BDFF. Grayscale: #383838. Windows color (decimal): -12959232 or 16954. OLE color: 16954.
HSL color Cylindrical-coordinate representation of color #3A4200: hue angle of 67.27º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A4200 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 66 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.74 |
| HSL | 67.27º | 1% | 0.13% | - |
| HSV(B) | 67.27º | 1% | 0.26% | - |
| XYZ | 3.69 | 4.8 | 0.73 | - |
| YUV | 56.08 | 96.35 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 66 | 0 | 0.12 | 0 | 1 | 0.74 | 67.27 | 1 | 0.13 |
| Hex | 3A | 42 | 0 | C | 0 | 64 | 4A | 43 | 64 | D |
| Octal | 72 | 102 | 0 | 14 | 0 | 144 | 112 | 103 | 144 | 15 |
| Binary | 111010 | 1000010 | 0 | 1100 | 0 | 1100100 | 1001010 | 1000011 | 1100100 | 1101 |
Color Harmonies of #3A4200
Complementary color
Monochromatic Colors of #3A4200
Black with #3A4200
Text Example
Text Example
White with #3A4200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4200; }
p { color: rgb(58,66,0); }
H1.HeaderClassName
{
color: #3A4200;
}
.AnyTagClassName
{
color: #3A4200;
}
</style>
background-color css
<style>
a { background-color: #3A4200; }
a { background-color: rgb(58,66,0); }
div.DivClassName
{
background-color: #3A4200;
}
.BgClassName
{
background-color: #3A4200;
}
</style>
border-color css
<style>
span { border-color: #3A4200; }
span { border-color: rgb(58,66,0); }
td.TdClassName
{
border-color: #3A4200;
}
.TagClassName
{
border-color: #3A4200;
}
</style>