#427668

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

Shades of Dark Green Copper #427668

Tints of Dark Green Copper #427668

Color information

#427668 (or 0x427668) is unknown color: approx Dark Green Copper. HEX triplet: 42, 76 and 68. RGB value is (66,118,104). Sum of RGB (Red+Green+Blue) = 66+118+104=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #427668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427668 is #BD8997. Grayscale: #646464. Windows color (decimal): -12421528 or 6846018. OLE color: 6846018.

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

Color convert

RGB66118104-
CMYK0.4400.120.54
HSL163.85º28.26%36.08%-
HSV(B)163.85º44.07%46.27%-
XYZ11.2215.1115.42-
YUV100.86129.77103.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.92%
GREEN value IS 118 (46.48% from 255) = 40.97%
BLUE value IS 104 (41.02% from 255) = 36.11%
R=22.92%
G=40.97%
B=36.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661181040.4400.120.54163.8528.2636.08
Hex4276682C0C36a41c24
Octal10216615054014662443444
Binary100001011101101101000101100011001101101010010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427668; }

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

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

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

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

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

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

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

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