Shades of Turtle Green #3A3E08
Tints of Turtle Green #3A3E08
RGB
CMYK
RGB Variations
Color information
#3A3E08 (or 0x3A3E08) is known color: Turtle Green. HEX triplet: 3A, 3E and 08. RGB value is (58,62,8). Sum of RGB (Red+Green+Blue) = 58+62+8=128 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.31% from 128); Green value is 62 (24.61% from 255 or 48.44% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 62 - color contains mainly: green. Hex color #3A3E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3E08 is #C5C1F7. Grayscale: #363636. Windows color (decimal): -12960248 or 540218. OLE color: 540218.
HSL color Cylindrical-coordinate representation of color #3A3E08: hue angle of 64.44º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A3E08 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 62 | 8 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.76 |
| HSL | 64.44º | 0.77% | 0.14% | - |
| HSV(B) | 64.44º | 0.87% | 0.24% | - |
| XYZ | 3.51 | 4.36 | 0.89 | - |
| YUV | 54.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 62 | 8 | 0.06 | 0 | 0.87 | 0.76 | 64.44 | 0.77 | 0.14 |
| Hex | 3A | 3E | 8 | 6 | 0 | 57 | 4C | 40 | 4D | E |
| Octal | 72 | 76 | 10 | 6 | 0 | 127 | 114 | 100 | 115 | 16 |
| Binary | 111010 | 111110 | 1000 | 110 | 0 | 1010111 | 1001100 | 1000000 | 1001101 | 1110 |
Color Harmonies of #3A3E08
Complementary color
Monochromatic Colors of #3A3E08
Black with #3A3E08
Text Example
Text Example
White with #3A3E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3E08; }
p { color: rgb(58,62,8); }
H1.HeaderClassName
{
color: #3A3E08;
}
.AnyTagClassName
{
color: #3A3E08;
}
</style>
background-color css
<style>
a { background-color: #3A3E08; }
a { background-color: rgb(58,62,8); }
div.DivClassName
{
background-color: #3A3E08;
}
.BgClassName
{
background-color: #3A3E08;
}
</style>
border-color css
<style>
span { border-color: #3A3E08; }
span { border-color: rgb(58,62,8); }
td.TdClassName
{
border-color: #3A3E08;
}
.TagClassName
{
border-color: #3A3E08;
}
</style>