#42726D

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

Shades of Dark Green Copper #42726D

Tints of Dark Green Copper #42726D

Color information

#42726D (or 0x42726D) is unknown color: approx Dark Green Copper. HEX triplet: 42, 72 and 6D. RGB value is (66,114,109). Sum of RGB (Red+Green+Blue) = 66+114+109=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 114 - color contains mainly: green. Hex color #42726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42726D is #BD8D92. Grayscale: #636363. Windows color (decimal): -12422547 or 7172674. OLE color: 7172674.

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

Color convert

RGB66114109-
CMYK0.4200.040.55
HSL173.75º26.67%35.29%-
HSV(B)173.75º42.11%44.71%-
XYZ11.0214.316.65-
YUV99.08133.6104.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 114 (44.92% from 255) = 39.45%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=22.84%
G=39.45%
B=37.72%

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
Decimal661141090.4200.040.55173.7526.6735.29
Hex42726D2A0437ae1b23
Octal1021621555204672563343
Binary10000101110010110110110101001001101111010111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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