Shades of Turtle Green #3A4516
Tints of Turtle Green #3A4516
RGB
CMYK
RGB Variations
Color information
#3A4516 (or 0x3A4516) is known color: Turtle Green. HEX triplet: 3A, 45 and 16. RGB value is (58,69,22). Sum of RGB (Red+Green+Blue) = 58+69+22=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 69 (27.34% from 255 or 46.31% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 69 - color contains mainly: green. Hex color #3A4516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4516 is #C5BAE9. Grayscale: #3C3C3C. Windows color (decimal): -12958442 or 1459514. OLE color: 1459514.
HSL color Cylindrical-coordinate representation of color #3A4516: hue angle of 74.04º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A4516 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 69 | 22 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.73 |
| HSL | 74.04º | 0.52% | 0.18% | - |
| HSV(B) | 74.04º | 0.68% | 0.27% | - |
| XYZ | 4.02 | 5.21 | 1.55 | - |
| YUV | 60.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 69 | 22 | 0.16 | 0 | 0.68 | 0.73 | 74.04 | 0.52 | 0.18 |
| Hex | 3A | 45 | 16 | 10 | 0 | 44 | 49 | 4A | 34 | 12 |
| Octal | 72 | 105 | 26 | 20 | 0 | 104 | 111 | 112 | 64 | 22 |
| Binary | 111010 | 1000101 | 10110 | 10000 | 0 | 1000100 | 1001001 | 1001010 | 110100 | 10010 |
Color Harmonies of #3A4516
Complementary color
Monochromatic Colors of #3A4516
Black with #3A4516
Text Example
Text Example
White with #3A4516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4516; }
p { color: rgb(58,69,22); }
H1.HeaderClassName
{
color: #3A4516;
}
.AnyTagClassName
{
color: #3A4516;
}
</style>
background-color css
<style>
a { background-color: #3A4516; }
a { background-color: rgb(58,69,22); }
div.DivClassName
{
background-color: #3A4516;
}
.BgClassName
{
background-color: #3A4516;
}
</style>
border-color css
<style>
span { border-color: #3A4516; }
span { border-color: rgb(58,69,22); }
td.TdClassName
{
border-color: #3A4516;
}
.TagClassName
{
border-color: #3A4516;
}
</style>