Shades of Turtle Green #3C4319
Tints of Turtle Green #3C4319
RGB
CMYK
RGB Variations
Color information
#3C4319 (or 0x3C4319) is known color: Turtle Green. HEX triplet: 3C, 43 and 19. RGB value is (60,67,25). Sum of RGB (Red+Green+Blue) = 60+67+25=152 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.47% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 25 (10.16% from 255 or 16.45% from 152); Max value from RGB is 67 - color contains mainly: green. Hex color #3C4319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4319 is #C3BCE6. Grayscale: #3C3C3C. Windows color (decimal): -12827879 or 1655612. OLE color: 1655612.
HSL color Cylindrical-coordinate representation of color #3C4319: hue angle of 70º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C4319 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 67 | 25 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.74 |
| HSL | 70º | 0.46% | 0.18% | - |
| HSV(B) | 70º | 0.63% | 0.26% | - |
| XYZ | 4.05 | 5.05 | 1.68 | - |
| YUV | 60.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 25 | 0.10 | 0 | 0.63 | 0.74 | 70 | 0.46 | 0.18 |
| Hex | 3C | 43 | 19 | A | 0 | 3F | 4A | 46 | 2E | 12 |
| Octal | 74 | 103 | 31 | 12 | 0 | 77 | 112 | 106 | 56 | 22 |
| Binary | 111100 | 1000011 | 11001 | 1010 | 0 | 111111 | 1001010 | 1000110 | 101110 | 10010 |
Color Harmonies of #3C4319
Complementary color
Monochromatic Colors of #3C4319
Black with #3C4319
Text Example
Text Example
White with #3C4319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4319; }
p { color: rgb(60,67,25); }
H1.HeaderClassName
{
color: #3C4319;
}
.AnyTagClassName
{
color: #3C4319;
}
</style>
background-color css
<style>
a { background-color: #3C4319; }
a { background-color: rgb(60,67,25); }
div.DivClassName
{
background-color: #3C4319;
}
.BgClassName
{
background-color: #3C4319;
}
</style>
border-color css
<style>
span { border-color: #3C4319; }
span { border-color: rgb(60,67,25); }
td.TdClassName
{
border-color: #3C4319;
}
.TagClassName
{
border-color: #3C4319;
}
</style>