#427570

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

Shades of Dark Green Copper #427570

Tints of Dark Green Copper #427570

Color information

#427570 (or 0x427570) is unknown color: approx Dark Green Copper. HEX triplet: 42, 75 and 70. RGB value is (66,117,112). Sum of RGB (Red+Green+Blue) = 66+117+112=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #427570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427570 is #BD8A8F. Grayscale: #656565. Windows color (decimal): -12421776 or 7370050. OLE color: 7370050.

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

Color convert

RGB66117112-
CMYK0.4400.040.54
HSL174.12º27.87%35.88%-
HSV(B)174.12º43.59%45.88%-
XYZ11.5315.0517.63-
YUV101.18134.1102.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.37%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=22.37%
G=39.66%
B=37.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661171120.4400.040.54174.1227.8735.88
Hex4275702C0436ae1c24
Octal1021651605404662563444
Binary10000101110101111000010110001001101101010111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427570; }

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

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

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

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

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

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

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

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