Shades of Turtle Green #3C4321
Tints of Turtle Green #3C4321
RGB
CMYK
RGB Variations
Color information
#3C4321 (or 0x3C4321) is known color: Turtle Green. HEX triplet: 3C, 43 and 21. RGB value is (60,67,33). Sum of RGB (Red+Green+Blue) = 60+67+33=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4321 is #C3BCDE. Grayscale: #3D3D3D. Windows color (decimal): -12827871 or 2179900. OLE color: 2179900.
HSL color Cylindrical-coordinate representation of color #3C4321: hue angle of 72.35º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C4321 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 67 | 33 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.74 |
| HSL | 72.35º | 0.34% | 0.2% | - |
| HSV(B) | 72.35º | 0.51% | 0.26% | - |
| XYZ | 4.15 | 5.08 | 2.2 | - |
| YUV | 61.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 33 | 0.10 | 0 | 0.51 | 0.74 | 72.35 | 0.34 | 0.2 |
| Hex | 3C | 43 | 21 | A | 0 | 33 | 4A | 48 | 22 | 14 |
| Octal | 74 | 103 | 41 | 12 | 0 | 63 | 112 | 110 | 42 | 24 |
| Binary | 111100 | 1000011 | 100001 | 1010 | 0 | 110011 | 1001010 | 1001000 | 100010 | 10100 |
Color Harmonies of #3C4321
Complementary color
Monochromatic Colors of #3C4321
Black with #3C4321
Text Example
Text Example
White with #3C4321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4321; }
p { color: rgb(60,67,33); }
H1.HeaderClassName
{
color: #3C4321;
}
.AnyTagClassName
{
color: #3C4321;
}
</style>
background-color css
<style>
a { background-color: #3C4321; }
a { background-color: rgb(60,67,33); }
div.DivClassName
{
background-color: #3C4321;
}
.BgClassName
{
background-color: #3C4321;
}
</style>
border-color css
<style>
span { border-color: #3C4321; }
span { border-color: rgb(60,67,33); }
td.TdClassName
{
border-color: #3C4321;
}
.TagClassName
{
border-color: #3C4321;
}
</style>