Shades of Dark Green Copper #42726C
Tints of Dark Green Copper #42726C
RGB
CMYK
RGB Variations
Color information
#42726C (or 0x42726C) is known color: Dark Green Copper. HEX triplet: 42, 72 and 6C. RGB value is (66,114,108). Sum of RGB (Red+Green+Blue) = 66+114+108=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #42726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42726C is #BD8D93. Grayscale: #626262. Windows color (decimal): -12422548 or 7107138. OLE color: 7107138.
HSL color Cylindrical-coordinate representation of color #42726C: hue angle of 172.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42726C is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 114 | 108 | - |
| CMYK | 0.42 | 0 | 0.05 | 0.55 |
| HSL | 172.5º | 0.27% | 0.35% | - |
| HSV(B) | 172.5º | 0.42% | 0.45% | - |
| XYZ | 10.97 | 14.28 | 16.36 | - |
| YUV | 98.96 | 133.1 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 114 | 108 | 0.42 | 0 | 0.05 | 0.55 | 172.5 | 0.27 | 0.35 |
| Hex | 42 | 72 | 6C | 2A | 0 | 5 | 37 | AC | 1B | 23 |
| Octal | 102 | 162 | 154 | 52 | 0 | 5 | 67 | 254 | 33 | 43 |
| Binary | 1000010 | 1110010 | 1101100 | 101010 | 0 | 101 | 110111 | 10101100 | 11011 | 100011 |
Color Harmonies of #42726C
Complementary color
Monochromatic Colors of #42726C
Black with #42726C
Text Example
Text Example
White with #42726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42726C; }
p { color: rgb(66,114,108); }
H1.HeaderClassName
{
color: #42726C;
}
.AnyTagClassName
{
color: #42726C;
}
</style>
background-color css
<style>
a { background-color: #42726C; }
a { background-color: rgb(66,114,108); }
div.DivClassName
{
background-color: #42726C;
}
.BgClassName
{
background-color: #42726C;
}
</style>
border-color css
<style>
span { border-color: #42726C; }
span { border-color: rgb(66,114,108); }
td.TdClassName
{
border-color: #42726C;
}
.TagClassName
{
border-color: #42726C;
}
</style>