#427970

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

Shades of Dark Green Copper #427970

Tints of Dark Green Copper #427970

Color information

#427970 (or 0x427970) is unknown color: approx Dark Green Copper. HEX triplet: 42, 79 and 70. RGB value is (66,121,112). Sum of RGB (Red+Green+Blue) = 66+121+112=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 121 - color contains mainly: green. Hex color #427970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427970 is #BD868F. Grayscale: #676767. Windows color (decimal): -12420752 or 7371074. OLE color: 7371074.

HSL color Cylindrical-coordinate representation of color #427970: hue angle of 170.18º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427970 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB66121112-
CMYK0.4500.070.53
HSL170.18º29.41%36.67%-
HSV(B)170.18º45.45%47.45%-
XYZ12.011617.79-
YUV103.53132.78101.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.07%
GREEN value IS 121 (47.66% from 255) = 40.47%
BLUE value IS 112 (44.14% from 255) = 37.46%
R=22.07%
G=40.47%
B=37.46%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661211120.4500.070.53170.1829.4136.67
Hex4279702D0735aa1d25
Octal1021711605507652523545
Binary10000101111001111000010110101111101011010101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427970; }

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

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

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

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

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

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

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

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