Shades of Turtle Green #3A3800
Tints of Turtle Green #3A3800
RGB
CMYK
RGB Variations
Color information
#3A3800 (or 0x3A3800) is known color: Turtle Green. HEX triplet: 3A, 38 and 00. RGB value is (58,56,0). Sum of RGB (Red+Green+Blue) = 58+56+0=114 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.88% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3800 is #C5C7FF. Grayscale: #323232. Windows color (decimal): -12961792 or 14394. OLE color: 14394.
HSL color Cylindrical-coordinate representation of color #3A3800: hue angle of 57.93º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A3800 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 56 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.77 |
| HSL | 57.93º | 1% | 0.11% | - |
| HSV(B) | 57.93º | 1% | 0.23% | - |
| XYZ | 3.16 | 3.73 | 0.55 | - |
| YUV | 50.21 | 99.66 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 0 | 0 | 0.03 | 1 | 0.77 | 57.93 | 1 | 0.11 |
| Hex | 3A | 38 | 0 | 0 | 3 | 64 | 4D | 3A | 64 | B |
| Octal | 72 | 70 | 0 | 0 | 3 | 144 | 115 | 72 | 144 | 13 |
| Binary | 111010 | 111000 | 0 | 0 | 11 | 1100100 | 1001101 | 111010 | 1100100 | 1011 |
Color Harmonies of #3A3800
Complementary color
Monochromatic Colors of #3A3800
Black with #3A3800
Text Example
Text Example
White with #3A3800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3800; }
p { color: rgb(58,56,0); }
H1.HeaderClassName
{
color: #3A3800;
}
.AnyTagClassName
{
color: #3A3800;
}
</style>
background-color css
<style>
a { background-color: #3A3800; }
a { background-color: rgb(58,56,0); }
div.DivClassName
{
background-color: #3A3800;
}
.BgClassName
{
background-color: #3A3800;
}
</style>
border-color css
<style>
span { border-color: #3A3800; }
span { border-color: rgb(58,56,0); }
td.TdClassName
{
border-color: #3A3800;
}
.TagClassName
{
border-color: #3A3800;
}
</style>