Shades of Turtle Green #3B431F
Tints of Turtle Green #3B431F
RGB
CMYK
RGB Variations
Color information
#3B431F (or 0x3B431F) is known color: Turtle Green. HEX triplet: 3B, 43 and 1F. RGB value is (59,67,31). Sum of RGB (Red+Green+Blue) = 59+67+31=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 67 - color contains mainly: green. Hex color #3B431F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B431F is #C4BCE0. Grayscale: #3C3C3C. Windows color (decimal): -12893409 or 2048827. OLE color: 2048827.
HSL color Cylindrical-coordinate representation of color #3B431F: hue angle of 73.33º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B431F is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 67 | 31 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.74 |
| HSL | 73.33º | 0.37% | 0.19% | - |
| HSV(B) | 73.33º | 0.54% | 0.26% | - |
| XYZ | 4.06 | 5.04 | 2.06 | - |
| YUV | 60.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 67 | 31 | 0.12 | 0 | 0.54 | 0.74 | 73.33 | 0.37 | 0.19 |
| Hex | 3B | 43 | 1F | C | 0 | 36 | 4A | 49 | 25 | 13 |
| Octal | 73 | 103 | 37 | 14 | 0 | 66 | 112 | 111 | 45 | 23 |
| Binary | 111011 | 1000011 | 11111 | 1100 | 0 | 110110 | 1001010 | 1001001 | 100101 | 10011 |
Color Harmonies of #3B431F
Complementary color
Monochromatic Colors of #3B431F
Black with #3B431F
Text Example
Text Example
White with #3B431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B431F; }
p { color: rgb(59,67,31); }
H1.HeaderClassName
{
color: #3B431F;
}
.AnyTagClassName
{
color: #3B431F;
}
</style>
background-color css
<style>
a { background-color: #3B431F; }
a { background-color: rgb(59,67,31); }
div.DivClassName
{
background-color: #3B431F;
}
.BgClassName
{
background-color: #3B431F;
}
</style>
border-color css
<style>
span { border-color: #3B431F; }
span { border-color: rgb(59,67,31); }
td.TdClassName
{
border-color: #3B431F;
}
.TagClassName
{
border-color: #3B431F;
}
</style>