Shades of Turtle Green #3A4B0B
Tints of Turtle Green #3A4B0B
RGB
CMYK
RGB Variations
Color information
#3A4B0B (or 0x3A4B0B) is known color: Turtle Green. HEX triplet: 3A, 4B and 0B. RGB value is (58,75,11). Sum of RGB (Red+Green+Blue) = 58+75+11=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 75 (29.69% from 255 or 52.08% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 75 - color contains mainly: green. Hex color #3A4B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A4B0B is #C5B4F4. Grayscale: #3E3E3E. Windows color (decimal): -12956917 or 740154. OLE color: 740154.
HSL color Cylindrical-coordinate representation of color #3A4B0B: hue angle of 75.94º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A4B0B is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 75 | 11 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.71 |
| HSL | 75.94º | 0.74% | 0.17% | - |
| HSV(B) | 75.94º | 0.85% | 0.29% | - |
| XYZ | 4.32 | 5.96 | 1.24 | - |
| YUV | 62.62 | 98.87 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 75 | 11 | 0.23 | 0 | 0.85 | 0.71 | 75.94 | 0.74 | 0.17 |
| Hex | 3A | 4B | B | 17 | 0 | 55 | 47 | 4C | 4A | 11 |
| Octal | 72 | 113 | 13 | 27 | 0 | 125 | 107 | 114 | 112 | 21 |
| Binary | 111010 | 1001011 | 1011 | 10111 | 0 | 1010101 | 1000111 | 1001100 | 1001010 | 10001 |
Color Harmonies of #3A4B0B
Complementary color
Monochromatic Colors of #3A4B0B
Black with #3A4B0B
Text Example
Text Example
White with #3A4B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4B0B; }
p { color: rgb(58,75,11); }
H1.HeaderClassName
{
color: #3A4B0B;
}
.AnyTagClassName
{
color: #3A4B0B;
}
</style>
background-color css
<style>
a { background-color: #3A4B0B; }
a { background-color: rgb(58,75,11); }
div.DivClassName
{
background-color: #3A4B0B;
}
.BgClassName
{
background-color: #3A4B0B;
}
</style>
border-color css
<style>
span { border-color: #3A4B0B; }
span { border-color: rgb(58,75,11); }
td.TdClassName
{
border-color: #3A4B0B;
}
.TagClassName
{
border-color: #3A4B0B;
}
</style>