#427A6F

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

Shades of Dark Green Copper #427A6F

Tints of Dark Green Copper #427A6F

Color information

#427A6F (or 0x427A6F) is unknown color: approx Dark Green Copper. HEX triplet: 42, 7A and 6F. RGB value is (66,122,111). Sum of RGB (Red+Green+Blue) = 66+122+111=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 122 - color contains mainly: green. Hex color #427A6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A6F is #BD8590. Grayscale: #676767. Windows color (decimal): -12420497 or 7305794. OLE color: 7305794.

HSL color Cylindrical-coordinate representation of color #427A6F: hue angle of 168.21º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427A6F is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB66122111-
CMYK0.4600.090.52
HSL168.21º29.79%36.86%-
HSV(B)168.21º45.9%47.84%-
XYZ12.0816.2317.53-
YUV104131.95100.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.07%
GREEN value IS 122 (48.05% from 255) = 40.80%
BLUE value IS 111 (43.75% from 255) = 37.12%
R=22.07%
G=40.80%
B=37.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal661221110.4600.090.52168.2129.7936.86
Hex427A6F2E0934a81e25
Octal10217215756011642503645
Binary100001011110101101111101110010011101001010100011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,122,111); }

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

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

 a { background-color: rgb(66,122,111); }

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

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

 span { border-color: rgb(66,122,111); }

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