Shades of Turtle Green #3A3D08
Tints of Turtle Green #3A3D08
RGB
CMYK
RGB Variations
Color information
#3A3D08 (or 0x3A3D08) is known color: Turtle Green. HEX triplet: 3A, 3D and 08. RGB value is (58,61,8). Sum of RGB (Red+Green+Blue) = 58+61+8=127 (16% of max value = 765). Red value is 58 (23.05% from 255 or 45.67% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 61 - color contains mainly: green. Hex color #3A3D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3D08 is #C5C2F7. Grayscale: #363636. Windows color (decimal): -12960504 or 539962. OLE color: 539962.
HSL color Cylindrical-coordinate representation of color #3A3D08: hue angle of 63.4º 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 #3A3D08 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 61 | 8 | - |
| CMYK | 0.05 | 0 | 0.87 | 0.76 |
| HSL | 63.4º | 0.77% | 0.14% | - |
| HSV(B) | 63.4º | 0.87% | 0.24% | - |
| XYZ | 3.46 | 4.25 | 0.87 | - |
| YUV | 54.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 61 | 8 | 0.05 | 0 | 0.87 | 0.76 | 63.4 | 0.77 | 0.14 |
| Hex | 3A | 3D | 8 | 5 | 0 | 57 | 4C | 3F | 4D | E |
| Octal | 72 | 75 | 10 | 5 | 0 | 127 | 114 | 77 | 115 | 16 |
| Binary | 111010 | 111101 | 1000 | 101 | 0 | 1010111 | 1001100 | 111111 | 1001101 | 1110 |
Color Harmonies of #3A3D08
Complementary color
Monochromatic Colors of #3A3D08
Black with #3A3D08
Text Example
Text Example
White with #3A3D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3D08; }
p { color: rgb(58,61,8); }
H1.HeaderClassName
{
color: #3A3D08;
}
.AnyTagClassName
{
color: #3A3D08;
}
</style>
background-color css
<style>
a { background-color: #3A3D08; }
a { background-color: rgb(58,61,8); }
div.DivClassName
{
background-color: #3A3D08;
}
.BgClassName
{
background-color: #3A3D08;
}
</style>
border-color css
<style>
span { border-color: #3A3D08; }
span { border-color: rgb(58,61,8); }
td.TdClassName
{
border-color: #3A3D08;
}
.TagClassName
{
border-color: #3A3D08;
}
</style>