Shades of Turtle Green #3A4103
Tints of Turtle Green #3A4103
RGB
CMYK
RGB Variations
Color information
#3A4103 (or 0x3A4103) is known color: Turtle Green. HEX triplet: 3A, 41 and 03. RGB value is (58,65,3). Sum of RGB (Red+Green+Blue) = 58+65+3=126 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.03% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #3A4103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4103 is #C5BEFC. Grayscale: #383838. Windows color (decimal): -12959485 or 213306. OLE color: 213306.
HSL color Cylindrical-coordinate representation of color #3A4103: hue angle of 66.77º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A4103 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 65 | 3 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.75 |
| HSL | 66.77º | 0.91% | 0.13% | - |
| HSV(B) | 66.77º | 0.95% | 0.25% | - |
| XYZ | 3.65 | 4.69 | 0.8 | - |
| YUV | 55.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 65 | 3 | 0.11 | 0 | 0.95 | 0.75 | 66.77 | 0.91 | 0.13 |
| Hex | 3A | 41 | 3 | B | 0 | 5F | 4B | 43 | 5B | D |
| Octal | 72 | 101 | 3 | 13 | 0 | 137 | 113 | 103 | 133 | 15 |
| Binary | 111010 | 1000001 | 11 | 1011 | 0 | 1011111 | 1001011 | 1000011 | 1011011 | 1101 |
Color Harmonies of #3A4103
Complementary color
Monochromatic Colors of #3A4103
Black with #3A4103
Text Example
Text Example
White with #3A4103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4103; }
p { color: rgb(58,65,3); }
H1.HeaderClassName
{
color: #3A4103;
}
.AnyTagClassName
{
color: #3A4103;
}
</style>
background-color css
<style>
a { background-color: #3A4103; }
a { background-color: rgb(58,65,3); }
div.DivClassName
{
background-color: #3A4103;
}
.BgClassName
{
background-color: #3A4103;
}
</style>
border-color css
<style>
span { border-color: #3A4103; }
span { border-color: rgb(58,65,3); }
td.TdClassName
{
border-color: #3A4103;
}
.TagClassName
{
border-color: #3A4103;
}
</style>