Shades of Turtle Green #3A4305
Tints of Turtle Green #3A4305
RGB
CMYK
RGB Variations
Color information
#3A4305 (or 0x3A4305) is known color: Turtle Green. HEX triplet: 3A, 43 and 05. RGB value is (58,67,5). Sum of RGB (Red+Green+Blue) = 58+67+5=130 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.62% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #3A4305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4305 is #C5BCFA. Grayscale: #393939. Windows color (decimal): -12958971 or 344890. OLE color: 344890.
HSL color Cylindrical-coordinate representation of color #3A4305: hue angle of 68.71º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A4305 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 67 | 5 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.74 |
| HSL | 68.71º | 0.86% | 0.14% | - |
| HSV(B) | 68.71º | 0.93% | 0.26% | - |
| XYZ | 3.78 | 4.92 | 0.89 | - |
| YUV | 57.24 | 98.52 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 67 | 5 | 0.13 | 0 | 0.93 | 0.74 | 68.71 | 0.86 | 0.14 |
| Hex | 3A | 43 | 5 | D | 0 | 5D | 4A | 45 | 56 | E |
| Octal | 72 | 103 | 5 | 15 | 0 | 135 | 112 | 105 | 126 | 16 |
| Binary | 111010 | 1000011 | 101 | 1101 | 0 | 1011101 | 1001010 | 1000101 | 1010110 | 1110 |
Color Harmonies of #3A4305
Complementary color
Monochromatic Colors of #3A4305
Black with #3A4305
Text Example
Text Example
White with #3A4305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4305; }
p { color: rgb(58,67,5); }
H1.HeaderClassName
{
color: #3A4305;
}
.AnyTagClassName
{
color: #3A4305;
}
</style>
background-color css
<style>
a { background-color: #3A4305; }
a { background-color: rgb(58,67,5); }
div.DivClassName
{
background-color: #3A4305;
}
.BgClassName
{
background-color: #3A4305;
}
</style>
border-color css
<style>
span { border-color: #3A4305; }
span { border-color: rgb(58,67,5); }
td.TdClassName
{
border-color: #3A4305;
}
.TagClassName
{
border-color: #3A4305;
}
</style>