Shades of Turtle Green #3B4322
Tints of Turtle Green #3B4322
RGB
CMYK
RGB Variations
Color information
#3B4322 (or 0x3B4322) is known color: Turtle Green. HEX triplet: 3B, 43 and 22. RGB value is (59,67,34). Sum of RGB (Red+Green+Blue) = 59+67+34=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 67 - color contains mainly: green. Hex color #3B4322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4322 is #C4BCDD. Grayscale: #3C3C3C. Windows color (decimal): -12893406 or 2245435. OLE color: 2245435.
HSL color Cylindrical-coordinate representation of color #3B4322: hue angle of 74.55º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B4322 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 67 | 34 | - |
| CMYK | 0.12 | 0 | 0.49 | 0.74 |
| HSL | 74.55º | 0.33% | 0.2% | - |
| HSV(B) | 74.55º | 0.49% | 0.26% | - |
| XYZ | 4.1 | 5.06 | 2.27 | - |
| YUV | 60.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 67 | 34 | 0.12 | 0 | 0.49 | 0.74 | 74.55 | 0.33 | 0.2 |
| Hex | 3B | 43 | 22 | C | 0 | 31 | 4A | 4B | 21 | 14 |
| Octal | 73 | 103 | 42 | 14 | 0 | 61 | 112 | 113 | 41 | 24 |
| Binary | 111011 | 1000011 | 100010 | 1100 | 0 | 110001 | 1001010 | 1001011 | 100001 | 10100 |
Color Harmonies of #3B4322
Complementary color
Monochromatic Colors of #3B4322
Black with #3B4322
Text Example
Text Example
White with #3B4322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4322; }
p { color: rgb(59,67,34); }
H1.HeaderClassName
{
color: #3B4322;
}
.AnyTagClassName
{
color: #3B4322;
}
</style>
background-color css
<style>
a { background-color: #3B4322; }
a { background-color: rgb(59,67,34); }
div.DivClassName
{
background-color: #3B4322;
}
.BgClassName
{
background-color: #3B4322;
}
</style>
border-color css
<style>
span { border-color: #3B4322; }
span { border-color: rgb(59,67,34); }
td.TdClassName
{
border-color: #3B4322;
}
.TagClassName
{
border-color: #3B4322;
}
</style>