#427263

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

Shades of Dark Green Copper #427263

Tints of Dark Green Copper #427263

Color information

#427263 (or 0x427263) is unknown color: approx Dark Green Copper. HEX triplet: 42, 72 and 63. RGB value is (66,114,99). Sum of RGB (Red+Green+Blue) = 66+114+99=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 114 - color contains mainly: green. Hex color #427263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427263 is #BD8D9C. Grayscale: #616161. Windows color (decimal): -12422557 or 6517314. OLE color: 6517314.

HSL color Cylindrical-coordinate representation of color #427263: hue angle of 161.25º 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 #427263 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB6611499-
CMYK0.4200.130.55
HSL161.25º26.67%35.29%-
HSV(B)161.25º42.11%44.71%-
XYZ10.5214.0913.97-
YUV97.94128.6105.22-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 114 (44.92% from 255) = 40.86%
BLUE value IS 99 (39.06% from 255) = 35.48%
R=23.66%
G=40.86%
B=35.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114990.4200.130.55161.2526.6735.29
Hex4272632A0D37a11b23
Octal10216214352015672413343
Binary100001011100101100011101010011011101111010000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427263; }

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

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

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

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

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

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

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

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