#427264

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

Shades of Dark Green Copper #427264

Tints of Dark Green Copper #427264

Color information

#427264 (or 0x427264) is unknown color: approx Dark Green Copper. HEX triplet: 42, 72 and 64. RGB value is (66,114,100). Sum of RGB (Red+Green+Blue) = 66+114+100=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #427264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427264 is #BD8D9B. Grayscale: #626262. Windows color (decimal): -12422556 or 6582850. OLE color: 6582850.

HSL color Cylindrical-coordinate representation of color #427264: hue angle of 162.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427264 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB66114100-
CMYK0.4200.120.55
HSL162.5º26.67%35.29%-
HSV(B)162.5º42.11%44.71%-
XYZ10.5614.1114.22-
YUV98.05129.1105.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.57%
GREEN value IS 114 (44.92% from 255) = 40.71%
BLUE value IS 100 (39.45% from 255) = 35.71%
R=23.57%
G=40.71%
B=35.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal661141000.4200.120.55162.526.6735.29
Hex4272642A0C37a21b23
Octal10216214452014672423343
Binary100001011100101100100101010011001101111010001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427264; }

 p { color: rgb(66,114,100); }

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

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

 a { background-color: rgb(66,114,100); }

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

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

 span { border-color: rgb(66,114,100); }

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