Shades of Turtle Green #3B4424
Tints of Turtle Green #3B4424
RGB
CMYK
RGB Variations
Color information
#3B4424 (or 0x3B4424) is known color: Turtle Green. HEX triplet: 3B, 44 and 24. RGB value is (59,68,36). Sum of RGB (Red+Green+Blue) = 59+68+36=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 68 (26.95% from 255 or 41.72% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 68 - color contains mainly: green. Hex color #3B4424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4424 is #C4BBDB. Grayscale: #3D3D3D. Windows color (decimal): -12893148 or 2376763. OLE color: 2376763.
HSL color Cylindrical-coordinate representation of color #3B4424: hue angle of 76.88º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B4424 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 68 | 36 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.73 |
| HSL | 76.88º | 0.31% | 0.2% | - |
| HSV(B) | 76.88º | 0.47% | 0.27% | - |
| XYZ | 4.19 | 5.19 | 2.45 | - |
| YUV | 61.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 68 | 36 | 0.13 | 0 | 0.47 | 0.73 | 76.88 | 0.31 | 0.2 |
| Hex | 3B | 44 | 24 | D | 0 | 2F | 49 | 4D | 1F | 14 |
| Octal | 73 | 104 | 44 | 15 | 0 | 57 | 111 | 115 | 37 | 24 |
| Binary | 111011 | 1000100 | 100100 | 1101 | 0 | 101111 | 1001001 | 1001101 | 11111 | 10100 |
Color Harmonies of #3B4424
Complementary color
Monochromatic Colors of #3B4424
Black with #3B4424
Text Example
Text Example
White with #3B4424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4424; }
p { color: rgb(59,68,36); }
H1.HeaderClassName
{
color: #3B4424;
}
.AnyTagClassName
{
color: #3B4424;
}
</style>
background-color css
<style>
a { background-color: #3B4424; }
a { background-color: rgb(59,68,36); }
div.DivClassName
{
background-color: #3B4424;
}
.BgClassName
{
background-color: #3B4424;
}
</style>
border-color css
<style>
span { border-color: #3B4424; }
span { border-color: rgb(59,68,36); }
td.TdClassName
{
border-color: #3B4424;
}
.TagClassName
{
border-color: #3B4424;
}
</style>