#427D74

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

Shades of Dark Green Copper #427D74

Tints of Dark Green Copper #427D74

Color information

#427D74 (or 0x427D74) is unknown color: approx Dark Green Copper. HEX triplet: 42, 7D and 74. RGB value is (66,125,116). Sum of RGB (Red+Green+Blue) = 66+125+116=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 116 (45.70% from 255 or 37.79% from 307); Max value from RGB is 125 - color contains mainly: green. Hex color #427D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427D74 is #BD828B. Grayscale: #6A6A6A. Windows color (decimal): -12419724 or 7634242. OLE color: 7634242.

HSL color Cylindrical-coordinate representation of color #427D74: hue angle of 170.85º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #427D74 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB66125116-
CMYK0.4700.070.51
HSL170.85º30.89%37.45%-
HSV(B)170.85º47.2%49.02%-
XYZ12.7317.0919.15-
YUV106.33133.4599.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.50%
GREEN value IS 125 (49.22% from 255) = 40.72%
BLUE value IS 116 (45.70% from 255) = 37.79%
R=21.50%
G=40.72%
B=37.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal661251160.4700.070.51170.8530.8937.45
Hex427D742F0733ab1f25
Octal1021751645707632533745
Binary10000101111101111010010111101111100111010101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427D74; }

 p { color: rgb(66,125,116); }

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

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

 a { background-color: rgb(66,125,116); }

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

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

 span { border-color: rgb(66,125,116); }

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