#417C73

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

Shades of Dark Green Copper #417C73

Tints of Dark Green Copper #417C73

Color information

#417C73 (or 0x417C73) is unknown color: approx Dark Green Copper. HEX triplet: 41, 7C and 73. RGB value is (65,124,115). Sum of RGB (Red+Green+Blue) = 65+124+115=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 124 - color contains mainly: green. Hex color #417C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417C73 is #BE838C. Grayscale: #696969. Windows color (decimal): -12485517 or 7568449. OLE color: 7568449.

HSL color Cylindrical-coordinate representation of color #417C73: hue angle of 170.85º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #417C73 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB65124115-
CMYK0.4800.070.51
HSL170.85º31.22%37.06%-
HSV(B)170.85º47.58%48.63%-
XYZ12.4816.7818.8-
YUV105.33133.4599.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.38%
GREEN value IS 124 (48.83% from 255) = 40.79%
BLUE value IS 115 (45.31% from 255) = 37.83%
R=21.38%
G=40.79%
B=37.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal651241150.4800.070.51170.8531.2237.06
Hex417C73300733ab1f25
Octal1011741636007632533745
Binary10000011111100111001111000001111100111010101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417C73; }

 p { color: rgb(65,124,115); }

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

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

 a { background-color: rgb(65,124,115); }

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

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

 span { border-color: rgb(65,124,115); }

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