Shades of Turtle Green #3A440B
Tints of Turtle Green #3A440B
RGB
CMYK
RGB Variations
Color information
#3A440B (or 0x3A440B) is known color: Turtle Green. HEX triplet: 3A, 44 and 0B. RGB value is (58,68,11). Sum of RGB (Red+Green+Blue) = 58+68+11=137 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.34% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #3A440B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A440B is #C5BBF4. Grayscale: #3A3A3A. Windows color (decimal): -12958709 or 738362. OLE color: 738362.
HSL color Cylindrical-coordinate representation of color #3A440B: hue angle of 70.53º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A440B is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 68 | 11 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.73 |
| HSL | 70.53º | 0.72% | 0.15% | - |
| HSV(B) | 70.53º | 0.84% | 0.27% | - |
| XYZ | 3.87 | 5.06 | 1.09 | - |
| YUV | 58.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 68 | 11 | 0.15 | 0 | 0.84 | 0.73 | 70.53 | 0.72 | 0.15 |
| Hex | 3A | 44 | B | F | 0 | 54 | 49 | 47 | 48 | F |
| Octal | 72 | 104 | 13 | 17 | 0 | 124 | 111 | 107 | 110 | 17 |
| Binary | 111010 | 1000100 | 1011 | 1111 | 0 | 1010100 | 1001001 | 1000111 | 1001000 | 1111 |
Color Harmonies of #3A440B
Complementary color
Monochromatic Colors of #3A440B
Black with #3A440B
Text Example
Text Example
White with #3A440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A440B; }
p { color: rgb(58,68,11); }
H1.HeaderClassName
{
color: #3A440B;
}
.AnyTagClassName
{
color: #3A440B;
}
</style>
background-color css
<style>
a { background-color: #3A440B; }
a { background-color: rgb(58,68,11); }
div.DivClassName
{
background-color: #3A440B;
}
.BgClassName
{
background-color: #3A440B;
}
</style>
border-color css
<style>
span { border-color: #3A440B; }
span { border-color: rgb(58,68,11); }
td.TdClassName
{
border-color: #3A440B;
}
.TagClassName
{
border-color: #3A440B;
}
</style>