#42726E

Color #42726E Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #42726E

Tints of Dark Green Copper #42726E

Color information

#42726E (or 0x42726E) is unknown color: approx Dark Green Copper. HEX triplet: 42, 72 and 6E. RGB value is (66,114,110). Sum of RGB (Red+Green+Blue) = 66+114+110=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 114 - color contains mainly: green. Hex color #42726E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42726E is #BD8D91. Grayscale: #636363. Windows color (decimal): -12422546 or 7238210. OLE color: 7238210.

HSL color Cylindrical-coordinate representation of color #42726E: hue angle of 175º 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 #42726E is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB66114110-
CMYK0.4200.040.55
HSL175º26.67%35.29%-
HSV(B)175º42.11%44.71%-
XYZ11.0814.3216.93-
YUV99.19134.1104.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 22.76%
GREEN value IS 114 (44.92% from 255) = 39.31%
BLUE value IS 110 (43.36% from 255) = 37.93%
R=22.76%
G=39.31%
B=37.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661141100.4200.040.5517526.6735.29
Hex42726E2A0437af1b23
Octal1021621565204672573343
Binary10000101110010110111010101001001101111010111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42726E; }

 p { color: rgb(66,114,110); }

 H1.HeaderClassName
 {
   color: #42726E;
 }
 .AnyTagClassName
 {
   color: #42726E;
 }
</style>
background-color css

<style>
 a { background-color: #42726E; }

 a { background-color: rgb(66,114,110); }

 div.DivClassName
 {
   background-color: #42726E;
 }
 .BgClassName
 {
   background-color: #42726E;
 }
</style>
border-color css

<style>
 span { border-color: #42726E; }

 span { border-color: rgb(66,114,110); }

 td.TdClassName
 {
   border-color: #42726E;
 }
 .TagClassName
 {
   border-color: #42726E;
 }
</style>