Shades of Turtle Green #3C4603
Tints of Turtle Green #3C4603
RGB
CMYK
RGB Variations
Color information
#3C4603 (or 0x3C4603) is known color: Turtle Green. HEX triplet: 3C, 46 and 03. RGB value is (60,70,3). Sum of RGB (Red+Green+Blue) = 60+70+3=133 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.11% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 3 (1.56% from 255 or 2.26% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #3C4603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C4603 is #C3B9FC. Grayscale: #3B3B3B. Windows color (decimal): -12827133 or 214588. OLE color: 214588.
HSL color Cylindrical-coordinate representation of color #3C4603: hue angle of 68.96º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C4603 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 70 | 3 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.73 |
| HSL | 68.96º | 0.92% | 0.14% | - |
| HSV(B) | 68.96º | 0.96% | 0.27% | - |
| XYZ | 4.07 | 5.35 | 0.9 | - |
| YUV | 59.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 70 | 3 | 0.14 | 0 | 0.96 | 0.73 | 68.96 | 0.92 | 0.14 |
| Hex | 3C | 46 | 3 | E | 0 | 60 | 49 | 45 | 5C | E |
| Octal | 74 | 106 | 3 | 16 | 0 | 140 | 111 | 105 | 134 | 16 |
| Binary | 111100 | 1000110 | 11 | 1110 | 0 | 1100000 | 1001001 | 1000101 | 1011100 | 1110 |
Color Harmonies of #3C4603
Complementary color
Monochromatic Colors of #3C4603
Black with #3C4603
Text Example
Text Example
White with #3C4603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4603; }
p { color: rgb(60,70,3); }
H1.HeaderClassName
{
color: #3C4603;
}
.AnyTagClassName
{
color: #3C4603;
}
</style>
background-color css
<style>
a { background-color: #3C4603; }
a { background-color: rgb(60,70,3); }
div.DivClassName
{
background-color: #3C4603;
}
.BgClassName
{
background-color: #3C4603;
}
</style>
border-color css
<style>
span { border-color: #3C4603; }
span { border-color: rgb(60,70,3); }
td.TdClassName
{
border-color: #3C4603;
}
.TagClassName
{
border-color: #3C4603;
}
</style>