#42796C

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

Shades of Dark Green Copper #42796C

Tints of Dark Green Copper #42796C

Color information

#42796C (or 0x42796C) is unknown color: approx Dark Green Copper. HEX triplet: 42, 79 and 6C. RGB value is (66,121,108). Sum of RGB (Red+Green+Blue) = 66+121+108=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #42796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42796C is #BD8693. Grayscale: #676767. Windows color (decimal): -12420756 or 7108930. OLE color: 7108930.

HSL color Cylindrical-coordinate representation of color #42796C: hue angle of 165.82º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42796C is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB66121108-
CMYK0.4500.110.53
HSL165.82º29.41%36.67%-
HSV(B)165.82º45.45%47.45%-
XYZ11.7915.9216.64-
YUV103.07130.78101.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 121 (47.66% from 255) = 41.02%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=22.37%
G=41.02%
B=36.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661211080.4500.110.53165.8229.4136.67
Hex42796C2D0B35a61d25
Octal10217115455013652463545
Binary100001011110011101100101101010111101011010011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42796C; }

 p { color: rgb(66,121,108); }

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

<style>
 a { background-color: #42796C; }

 a { background-color: rgb(66,121,108); }

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

<style>
 span { border-color: #42796C; }

 span { border-color: rgb(66,121,108); }

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