Shades of Turtle Green #3A3B08
Tints of Turtle Green #3A3B08
RGB
CMYK
RGB Variations
Color information
#3A3B08 (or 0x3A3B08) is known color: Turtle Green. HEX triplet: 3A, 3B and 08. RGB value is (58,59,8). Sum of RGB (Red+Green+Blue) = 58+59+8=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 59 (23.44% from 255 or 47.2% from 125); Blue value is 8 (3.52% from 255 or 6.4% from 125); Max value from RGB is 59 - color contains mainly: green. Hex color #3A3B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3B08 is #C5C4F7. Grayscale: #353535. Windows color (decimal): -12961016 or 539450. OLE color: 539450.
HSL color Cylindrical-coordinate representation of color #3A3B08: hue angle of 61.18º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A3B08 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 59 | 8 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.77 |
| HSL | 61.18º | 0.76% | 0.13% | - |
| HSV(B) | 61.18º | 0.86% | 0.23% | - |
| XYZ | 3.35 | 4.05 | 0.83 | - |
| YUV | 52.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 59 | 8 | 0.02 | 0 | 0.86 | 0.77 | 61.18 | 0.76 | 0.13 |
| Hex | 3A | 3B | 8 | 2 | 0 | 56 | 4D | 3D | 4C | D |
| Octal | 72 | 73 | 10 | 2 | 0 | 126 | 115 | 75 | 114 | 15 |
| Binary | 111010 | 111011 | 1000 | 10 | 0 | 1010110 | 1001101 | 111101 | 1001100 | 1101 |
Color Harmonies of #3A3B08
Complementary color
Monochromatic Colors of #3A3B08
Black with #3A3B08
Text Example
Text Example
White with #3A3B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3B08; }
p { color: rgb(58,59,8); }
H1.HeaderClassName
{
color: #3A3B08;
}
.AnyTagClassName
{
color: #3A3B08;
}
</style>
background-color css
<style>
a { background-color: #3A3B08; }
a { background-color: rgb(58,59,8); }
div.DivClassName
{
background-color: #3A3B08;
}
.BgClassName
{
background-color: #3A3B08;
}
</style>
border-color css
<style>
span { border-color: #3A3B08; }
span { border-color: rgb(58,59,8); }
td.TdClassName
{
border-color: #3A3B08;
}
.TagClassName
{
border-color: #3A3B08;
}
</style>