Shades of Turtle Green #3C4B18
Tints of Turtle Green #3C4B18
RGB
CMYK
RGB Variations
Color information
#3C4B18 (or 0x3C4B18) is known color: Turtle Green. HEX triplet: 3C, 4B and 18. RGB value is (60,75,24). Sum of RGB (Red+Green+Blue) = 60+75+24=159 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.74% from 159); Green value is 75 (29.69% from 255 or 47.17% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 75 - color contains mainly: green. Hex color #3C4B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4B18 is #C3B4E7. Grayscale: #404040. Windows color (decimal): -12825832 or 1592124. OLE color: 1592124.
HSL color Cylindrical-coordinate representation of color #3C4B18: hue angle of 77.65º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C4B18 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 75 | 24 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.71 |
| HSL | 77.65º | 0.52% | 0.19% | - |
| HSV(B) | 77.65º | 0.68% | 0.29% | - |
| XYZ | 4.54 | 6.06 | 1.79 | - |
| YUV | 64.7 | 105.03 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 75 | 24 | 0.20 | 0 | 0.68 | 0.71 | 77.65 | 0.52 | 0.19 |
| Hex | 3C | 4B | 18 | 14 | 0 | 44 | 47 | 4E | 34 | 13 |
| Octal | 74 | 113 | 30 | 24 | 0 | 104 | 107 | 116 | 64 | 23 |
| Binary | 111100 | 1001011 | 11000 | 10100 | 0 | 1000100 | 1000111 | 1001110 | 110100 | 10011 |
Color Harmonies of #3C4B18
Complementary color
Monochromatic Colors of #3C4B18
Black with #3C4B18
Text Example
Text Example
White with #3C4B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4B18; }
p { color: rgb(60,75,24); }
H1.HeaderClassName
{
color: #3C4B18;
}
.AnyTagClassName
{
color: #3C4B18;
}
</style>
background-color css
<style>
a { background-color: #3C4B18; }
a { background-color: rgb(60,75,24); }
div.DivClassName
{
background-color: #3C4B18;
}
.BgClassName
{
background-color: #3C4B18;
}
</style>
border-color css
<style>
span { border-color: #3C4B18; }
span { border-color: rgb(60,75,24); }
td.TdClassName
{
border-color: #3C4B18;
}
.TagClassName
{
border-color: #3C4B18;
}
</style>