Shades of Turtle Green #3C431A
Tints of Turtle Green #3C431A
RGB
CMYK
RGB Variations
Color information
#3C431A (or 0x3C431A) is known color: Turtle Green. HEX triplet: 3C, 43 and 1A. RGB value is (60,67,26). Sum of RGB (Red+Green+Blue) = 60+67+26=153 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.22% from 153); Green value is 67 (26.56% from 255 or 43.79% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 67 - color contains mainly: green. Hex color #3C431A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C431A is #C3BCE5. Grayscale: #3C3C3C. Windows color (decimal): -12827878 or 1721148. OLE color: 1721148.
HSL color Cylindrical-coordinate representation of color #3C431A: hue angle of 70.24º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C431A is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 67 | 26 | - |
| CMYK | 0.10 | 0 | 0.61 | 0.74 |
| HSL | 70.24º | 0.44% | 0.18% | - |
| HSV(B) | 70.24º | 0.61% | 0.26% | - |
| XYZ | 4.06 | 5.05 | 1.74 | - |
| YUV | 60.23 | 108.68 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 26 | 0.10 | 0 | 0.61 | 0.74 | 70.24 | 0.44 | 0.18 |
| Hex | 3C | 43 | 1A | A | 0 | 3D | 4A | 46 | 2C | 12 |
| Octal | 74 | 103 | 32 | 12 | 0 | 75 | 112 | 106 | 54 | 22 |
| Binary | 111100 | 1000011 | 11010 | 1010 | 0 | 111101 | 1001010 | 1000110 | 101100 | 10010 |
Color Harmonies of #3C431A
Complementary color
Monochromatic Colors of #3C431A
Black with #3C431A
Text Example
Text Example
White with #3C431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C431A; }
p { color: rgb(60,67,26); }
H1.HeaderClassName
{
color: #3C431A;
}
.AnyTagClassName
{
color: #3C431A;
}
</style>
background-color css
<style>
a { background-color: #3C431A; }
a { background-color: rgb(60,67,26); }
div.DivClassName
{
background-color: #3C431A;
}
.BgClassName
{
background-color: #3C431A;
}
</style>
border-color css
<style>
span { border-color: #3C431A; }
span { border-color: rgb(60,67,26); }
td.TdClassName
{
border-color: #3C431A;
}
.TagClassName
{
border-color: #3C431A;
}
</style>