Shades of Turtle Green #3C4B16
Tints of Turtle Green #3C4B16
RGB
CMYK
RGB Variations
Color information
#3C4B16 (or 0x3C4B16) is known color: Turtle Green. HEX triplet: 3C, 4B and 16. RGB value is (60,75,22). Sum of RGB (Red+Green+Blue) = 60+75+22=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #3C4B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4B16 is #C3B4E9. Grayscale: #404040. Windows color (decimal): -12825834 or 1461052. OLE color: 1461052.
HSL color Cylindrical-coordinate representation of color #3C4B16: hue angle of 76.98º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C4B16 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 75 | 22 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.71 |
| HSL | 76.98º | 0.55% | 0.19% | - |
| HSV(B) | 76.98º | 0.71% | 0.29% | - |
| XYZ | 4.52 | 6.05 | 1.69 | - |
| YUV | 64.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 75 | 22 | 0.20 | 0 | 0.71 | 0.71 | 76.98 | 0.55 | 0.19 |
| Hex | 3C | 4B | 16 | 14 | 0 | 47 | 47 | 4D | 37 | 13 |
| Octal | 74 | 113 | 26 | 24 | 0 | 107 | 107 | 115 | 67 | 23 |
| Binary | 111100 | 1001011 | 10110 | 10100 | 0 | 1000111 | 1000111 | 1001101 | 110111 | 10011 |
Color Harmonies of #3C4B16
Complementary color
Monochromatic Colors of #3C4B16
Black with #3C4B16
Text Example
Text Example
White with #3C4B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4B16; }
p { color: rgb(60,75,22); }
H1.HeaderClassName
{
color: #3C4B16;
}
.AnyTagClassName
{
color: #3C4B16;
}
</style>
background-color css
<style>
a { background-color: #3C4B16; }
a { background-color: rgb(60,75,22); }
div.DivClassName
{
background-color: #3C4B16;
}
.BgClassName
{
background-color: #3C4B16;
}
</style>
border-color css
<style>
span { border-color: #3C4B16; }
span { border-color: rgb(60,75,22); }
td.TdClassName
{
border-color: #3C4B16;
}
.TagClassName
{
border-color: #3C4B16;
}
</style>