#42716D

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

Shades of Dark Green Copper #42716D

Tints of Dark Green Copper #42716D

Color information

#42716D (or 0x42716D) is unknown color: approx Dark Green Copper. HEX triplet: 42, 71 and 6D. RGB value is (66,113,109). Sum of RGB (Red+Green+Blue) = 66+113+109=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #42716D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42716D is #BD8E92. Grayscale: #626262. Windows color (decimal): -12422803 or 7172418. OLE color: 7172418.

HSL color Cylindrical-coordinate representation of color #42716D: hue angle of 174.89º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #42716D is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB66113109-
CMYK0.4200.040.56
HSL174.89º26.26%35.1%-
HSV(B)174.89º41.59%44.31%-
XYZ10.9114.0716.61-
YUV98.49133.93104.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 109 (42.97% from 255) = 37.85%
R=22.92%
G=39.24%
B=37.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal661131090.4200.040.56174.8926.2635.1
Hex42716D2A0438af1a23
Octal1021611555204702573243
Binary10000101110001110110110101001001110001010111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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