Shades of Turtle Green #3A3B00
Tints of Turtle Green #3A3B00
RGB
CMYK
RGB Variations
Color information
#3A3B00 (or 0x3A3B00) is known color: Turtle Green. HEX triplet: 3A, 3B and 00. RGB value is (58,59,0). Sum of RGB (Red+Green+Blue) = 58+59+0=117 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.57% from 117); Green value is 59 (23.44% from 255 or 50.43% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 59 - color contains mainly: green. Hex color #3A3B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3B00 is #C5C4FF. Grayscale: #343434. Windows color (decimal): -12961024 or 15162. OLE color: 15162.
HSL color Cylindrical-coordinate representation of color #3A3B00: hue angle of 61.02º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A3B00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 59 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.77 |
| HSL | 61.02º | 1% | 0.12% | - |
| HSV(B) | 61.02º | 1% | 0.23% | - |
| XYZ | 3.31 | 4.03 | 0.6 | - |
| YUV | 51.98 | 98.67 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 59 | 0 | 0.02 | 0 | 1 | 0.77 | 61.02 | 1 | 0.12 |
| Hex | 3A | 3B | 0 | 2 | 0 | 64 | 4D | 3D | 64 | C |
| Octal | 72 | 73 | 0 | 2 | 0 | 144 | 115 | 75 | 144 | 14 |
| Binary | 111010 | 111011 | 0 | 10 | 0 | 1100100 | 1001101 | 111101 | 1100100 | 1100 |
Color Harmonies of #3A3B00
Complementary color
Monochromatic Colors of #3A3B00
Black with #3A3B00
Text Example
Text Example
White with #3A3B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3B00; }
p { color: rgb(58,59,0); }
H1.HeaderClassName
{
color: #3A3B00;
}
.AnyTagClassName
{
color: #3A3B00;
}
</style>
background-color css
<style>
a { background-color: #3A3B00; }
a { background-color: rgb(58,59,0); }
div.DivClassName
{
background-color: #3A3B00;
}
.BgClassName
{
background-color: #3A3B00;
}
</style>
border-color css
<style>
span { border-color: #3A3B00; }
span { border-color: rgb(58,59,0); }
td.TdClassName
{
border-color: #3A3B00;
}
.TagClassName
{
border-color: #3A3B00;
}
</style>