#427669

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

Shades of Dark Green Copper #427669

Tints of Dark Green Copper #427669

Color information

#427669 (or 0x427669) is unknown color: approx Dark Green Copper. HEX triplet: 42, 76 and 69. RGB value is (66,118,105). Sum of RGB (Red+Green+Blue) = 66+118+105=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 118 - color contains mainly: green. Hex color #427669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427669 is #BD8996. Grayscale: #646464. Windows color (decimal): -12421527 or 6911554. OLE color: 6911554.

HSL color Cylindrical-coordinate representation of color #427669: hue angle of 165º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427669 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB66118105-
CMYK0.4400.110.54
HSL165º28.26%36.08%-
HSV(B)165º44.07%46.27%-
XYZ11.2815.1415.69-
YUV100.97130.27103.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 118 (46.48% from 255) = 40.83%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=22.84%
G=40.83%
B=36.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661181050.4400.110.5416528.2636.08
Hex4276692C0B36a51c24
Octal10216615154013662453444
Binary100001011101101101001101100010111101101010010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427669; }

 p { color: rgb(66,118,105); }

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

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

 a { background-color: rgb(66,118,105); }

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

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

 span { border-color: rgb(66,118,105); }

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