#427C70

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

Shades of Dark Green Copper #427C70

Tints of Dark Green Copper #427C70

Color information

#427C70 (or 0x427C70) is unknown color: approx Dark Green Copper. HEX triplet: 42, 7C and 70. RGB value is (66,124,112). Sum of RGB (Red+Green+Blue) = 66+124+112=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 124 - color contains mainly: green. Hex color #427C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C70 is #BD838F. Grayscale: #696969. Windows color (decimal): -12419984 or 7371842. OLE color: 7371842.

HSL color Cylindrical-coordinate representation of color #427C70: hue angle of 167.59º 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 #427C70 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB66124112-
CMYK0.4700.100.51
HSL167.59º30.53%37.25%-
HSV(B)167.59º46.77%48.63%-
XYZ12.3816.7417.91-
YUV105.29131.7899.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.85%
GREEN value IS 124 (48.83% from 255) = 41.06%
BLUE value IS 112 (44.14% from 255) = 37.09%
R=21.85%
G=41.06%
B=37.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal661241120.4700.100.51167.5930.5337.25
Hex427C702F0A33a81f25
Octal10217416057012632503745
Binary100001011111001110000101111010101100111010100011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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