#418178

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

Shades of Dark Green Copper #418178

Tints of Dark Green Copper #418178

Color information

#418178 (or 0x418178) is unknown color: approx Dark Green Copper. HEX triplet: 41, 81 and 78. RGB value is (65,129,120). Sum of RGB (Red+Green+Blue) = 65+129+120=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 129 - color contains mainly: green. Hex color #418178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418178 is #BE7E87. Grayscale: #6C6C6C. Windows color (decimal): -12484232 or 7897409. OLE color: 7897409.

HSL color Cylindrical-coordinate representation of color #418178: hue angle of 171.56º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418178 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB65129120-
CMYK0.5000.070.49
HSL171.56º32.99%38.04%-
HSV(B)171.56º49.61%50.59%-
XYZ13.4218.1820.57-
YUV108.84134.396.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.70%
GREEN value IS 129 (50.78% from 255) = 41.08%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=20.70%
G=41.08%
B=38.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651291200.5000.070.49171.5632.9938.04
Hex418178320731ac2126
Octal1012011706207612544146
Binary1000001100000011111000110010011111000110101100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418178; }

 p { color: rgb(65,129,120); }

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

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

 a { background-color: rgb(65,129,120); }

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

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

 span { border-color: rgb(65,129,120); }

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