#418177

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

Shades of Dark Green Copper #418177

Tints of Dark Green Copper #418177

Color information

#418177 (or 0x418177) is unknown color: approx Dark Green Copper. HEX triplet: 41, 81 and 77. RGB value is (65,129,119). Sum of RGB (Red+Green+Blue) = 65+129+119=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 129 - color contains mainly: green. Hex color #418177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418177 is #BE7E88. Grayscale: #6C6C6C. Windows color (decimal): -12484233 or 7831873. OLE color: 7831873.

HSL color Cylindrical-coordinate representation of color #418177: hue angle of 170.62º 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 #418177 is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB65129119-
CMYK0.5000.080.49
HSL170.62º32.99%38.04%-
HSV(B)170.62º49.61%50.59%-
XYZ13.3618.1620.25-
YUV108.72133.896.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 129 (50.78% from 255) = 41.21%
BLUE value IS 119 (46.88% from 255) = 38.02%
R=20.77%
G=41.21%
B=38.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal651291190.5000.080.49170.6232.9938.04
Hex418177320831ab2126
Octal10120116762010612534146
Binary10000011000000111101111100100100011000110101011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418177; }

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

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

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

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

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

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

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

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