Shades of Turtle Green #3A4502
Tints of Turtle Green #3A4502
RGB
CMYK
RGB Variations
Color information
#3A4502 (or 0x3A4502) is known color: Turtle Green. HEX triplet: 3A, 45 and 02. RGB value is (58,69,2). Sum of RGB (Red+Green+Blue) = 58+69+2=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 69 (27.34% from 255 or 53.49% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 69 - color contains mainly: green. Hex color #3A4502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4502 is #C5BAFD. Grayscale: #3A3A3A. Windows color (decimal): -12958462 or 148794. OLE color: 148794.
HSL color Cylindrical-coordinate representation of color #3A4502: hue angle of 69.85º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A4502 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 69 | 2 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.73 |
| HSL | 69.85º | 0.94% | 0.14% | - |
| HSV(B) | 69.85º | 0.97% | 0.27% | - |
| XYZ | 3.88 | 5.16 | 0.85 | - |
| YUV | 58.07 | 96.36 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 69 | 2 | 0.16 | 0 | 0.97 | 0.73 | 69.85 | 0.94 | 0.14 |
| Hex | 3A | 45 | 2 | 10 | 0 | 61 | 49 | 46 | 5E | E |
| Octal | 72 | 105 | 2 | 20 | 0 | 141 | 111 | 106 | 136 | 16 |
| Binary | 111010 | 1000101 | 10 | 10000 | 0 | 1100001 | 1001001 | 1000110 | 1011110 | 1110 |
Color Harmonies of #3A4502
Complementary color
Monochromatic Colors of #3A4502
Black with #3A4502
Text Example
Text Example
White with #3A4502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4502; }
p { color: rgb(58,69,2); }
H1.HeaderClassName
{
color: #3A4502;
}
.AnyTagClassName
{
color: #3A4502;
}
</style>
background-color css
<style>
a { background-color: #3A4502; }
a { background-color: rgb(58,69,2); }
div.DivClassName
{
background-color: #3A4502;
}
.BgClassName
{
background-color: #3A4502;
}
</style>
border-color css
<style>
span { border-color: #3A4502; }
span { border-color: rgb(58,69,2); }
td.TdClassName
{
border-color: #3A4502;
}
.TagClassName
{
border-color: #3A4502;
}
</style>