Shades of Dark Green Copper #42736E
Tints of Dark Green Copper #42736E
RGB
CMYK
RGB Variations
Color information
#42736E (or 0x42736E) is known color: Dark Green Copper. HEX triplet: 42, 73 and 6E. RGB value is (66,115,110). Sum of RGB (Red+Green+Blue) = 66+115+110=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 115 - color contains mainly: green. Hex color #42736E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42736E is #BD8C91. Grayscale: #636363. Windows color (decimal): -12422290 or 7238466. OLE color: 7238466.
HSL color Cylindrical-coordinate representation of color #42736E: hue angle of 173.88º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #42736E is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 115 | 110 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.55 |
| HSL | 173.88º | 0.27% | 0.35% | - |
| HSV(B) | 173.88º | 0.43% | 0.45% | - |
| XYZ | 11.19 | 14.55 | 16.97 | - |
| YUV | 99.78 | 133.77 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 115 | 110 | 0.43 | 0 | 0.04 | 0.55 | 173.88 | 0.27 | 0.35 |
| Hex | 42 | 73 | 6E | 2B | 0 | 4 | 37 | AE | 1B | 23 |
| Octal | 102 | 163 | 156 | 53 | 0 | 4 | 67 | 256 | 33 | 43 |
| Binary | 1000010 | 1110011 | 1101110 | 101011 | 0 | 100 | 110111 | 10101110 | 11011 | 100011 |
Color Harmonies of #42736E
Complementary color
Monochromatic Colors of #42736E
Black with #42736E
Text Example
Text Example
White with #42736E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42736E; }
p { color: rgb(66,115,110); }
H1.HeaderClassName
{
color: #42736E;
}
.AnyTagClassName
{
color: #42736E;
}
</style>
background-color css
<style>
a { background-color: #42736E; }
a { background-color: rgb(66,115,110); }
div.DivClassName
{
background-color: #42736E;
}
.BgClassName
{
background-color: #42736E;
}
</style>
border-color css
<style>
span { border-color: #42736E; }
span { border-color: rgb(66,115,110); }
td.TdClassName
{
border-color: #42736E;
}
.TagClassName
{
border-color: #42736E;
}
</style>