#427569

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

Shades of Dark Green Copper #427569

Tints of Dark Green Copper #427569

Color information

#427569 (or 0x427569) is unknown color: approx Dark Green Copper. HEX triplet: 42, 75 and 69. RGB value is (66,117,105). Sum of RGB (Red+Green+Blue) = 66+117+105=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #427569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427569 is #BD8A96. Grayscale: #646464. Windows color (decimal): -12421783 or 6911298. OLE color: 6911298.

HSL color Cylindrical-coordinate representation of color #427569: hue angle of 165.88º 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 #427569 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB66117105-
CMYK0.4400.100.54
HSL165.88º27.87%35.88%-
HSV(B)165.88º43.59%45.88%-
XYZ11.1614.915.65-
YUV100.38130.6103.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 117 (46.09% from 255) = 40.62%
BLUE value IS 105 (41.41% from 255) = 36.46%
R=22.92%
G=40.62%
B=36.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661171050.4400.100.54165.8827.8735.88
Hex4275692C0A36a61c24
Octal10216515154012662463444
Binary100001011101011101001101100010101101101010011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427569; }

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

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

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

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

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

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

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

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