#427063

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

Shades of Dark Green Copper #427063

Tints of Dark Green Copper #427063

Color information

#427063 (or 0x427063) is unknown color: approx Dark Green Copper. HEX triplet: 42, 70 and 63. RGB value is (66,112,99). Sum of RGB (Red+Green+Blue) = 66+112+99=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #427063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427063 is #BD8F9C. Grayscale: #606060. Windows color (decimal): -12423069 or 6516802. OLE color: 6516802.

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

Color convert

RGB6611299-
CMYK0.4100.120.56
HSL163.04º25.84%34.9%-
HSV(B)163.04º41.07%43.92%-
XYZ10.2913.6513.9-
YUV96.76129.26106.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 112 (44.14% from 255) = 40.43%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=23.83%
G=40.43%
B=35.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66112990.4100.120.56163.0425.8434.9
Hex427063290C38a31a23
Octal10216014351014702433243
Binary100001011100001100011101001011001110001010001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427063; }

 p { color: rgb(66,112,99); }

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

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

 a { background-color: rgb(66,112,99); }

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

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

 span { border-color: rgb(66,112,99); }

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