#478277

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

Shades of Dark Green Copper #478277

Tints of Dark Green Copper #478277

Color information

#478277 (or 0x478277) is unknown color: approx Dark Green Copper. HEX triplet: 47, 82 and 77. RGB value is (71,130,119). Sum of RGB (Red+Green+Blue) = 71+130+119=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #478277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478277 is #B87D88. Grayscale: #6F6F6F. Windows color (decimal): -12090761 or 7832135. OLE color: 7832135.

HSL color Cylindrical-coordinate representation of color #478277: hue angle of 168.81º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #478277 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB71130119-
CMYK0.4500.080.49
HSL168.81º29.35%39.41%-
HSV(B)168.81º45.38%50.98%-
XYZ13.9118.6420.32-
YUV111.1132.4599.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.19%
GREEN value IS 130 (51.17% from 255) = 40.62%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=22.19%
G=40.62%
B=37.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711301190.4500.080.49168.8129.3539.41
Hex4782772D0831a91d27
Octal10720216755010612513547
Binary1000111100000101110111101101010001100011010100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478277; }

 p { color: rgb(71,130,119); }

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

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

 a { background-color: rgb(71,130,119); }

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

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

 span { border-color: rgb(71,130,119); }

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