Shades of Turtle Green #3A3F18
Tints of Turtle Green #3A3F18
RGB
CMYK
RGB Variations
Color information
#3A3F18 (or 0x3A3F18) is known color: Turtle Green. HEX triplet: 3A, 3F and 18. RGB value is (58,63,24). Sum of RGB (Red+Green+Blue) = 58+63+24=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 63 - color contains mainly: green. Hex color #3A3F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3F18 is #C5C0E7. Grayscale: #393939. Windows color (decimal): -12959976 or 1589050. OLE color: 1589050.
HSL color Cylindrical-coordinate representation of color #3A3F18: hue angle of 67.69º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A3F18 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 63 | 24 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.75 |
| HSL | 67.69º | 0.45% | 0.17% | - |
| HSV(B) | 67.69º | 0.62% | 0.25% | - |
| XYZ | 3.69 | 4.52 | 1.54 | - |
| YUV | 57.06 | 109.34 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 63 | 24 | 0.08 | 0 | 0.62 | 0.75 | 67.69 | 0.45 | 0.17 |
| Hex | 3A | 3F | 18 | 8 | 0 | 3E | 4B | 44 | 2D | 11 |
| Octal | 72 | 77 | 30 | 10 | 0 | 76 | 113 | 104 | 55 | 21 |
| Binary | 111010 | 111111 | 11000 | 1000 | 0 | 111110 | 1001011 | 1000100 | 101101 | 10001 |
Color Harmonies of #3A3F18
Complementary color
Monochromatic Colors of #3A3F18
Black with #3A3F18
Text Example
Text Example
White with #3A3F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3F18; }
p { color: rgb(58,63,24); }
H1.HeaderClassName
{
color: #3A3F18;
}
.AnyTagClassName
{
color: #3A3F18;
}
</style>
background-color css
<style>
a { background-color: #3A3F18; }
a { background-color: rgb(58,63,24); }
div.DivClassName
{
background-color: #3A3F18;
}
.BgClassName
{
background-color: #3A3F18;
}
</style>
border-color css
<style>
span { border-color: #3A3F18; }
span { border-color: rgb(58,63,24); }
td.TdClassName
{
border-color: #3A3F18;
}
.TagClassName
{
border-color: #3A3F18;
}
</style>