#417B73

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

Shades of Dark Green Copper #417B73

Tints of Dark Green Copper #417B73

Color information

#417B73 (or 0x417B73) is unknown color: approx Dark Green Copper. HEX triplet: 41, 7B and 73. RGB value is (65,123,115). Sum of RGB (Red+Green+Blue) = 65+123+115=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 123 - color contains mainly: green. Hex color #417B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417B73 is #BE848C. Grayscale: #686868. Windows color (decimal): -12485773 or 7568193. OLE color: 7568193.

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

Color convert

RGB65123115-
CMYK0.4700.070.52
HSL171.72º30.85%36.86%-
HSV(B)171.72º47.15%48.24%-
XYZ12.3616.5318.76-
YUV104.75133.7899.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.45%
GREEN value IS 123 (48.44% from 255) = 40.59%
BLUE value IS 115 (45.31% from 255) = 37.95%
R=21.45%
G=40.59%
B=37.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal651231150.4700.070.52171.7230.8536.86
Hex417B732F0734ac1f25
Octal1011731635707642543745
Binary10000011111011111001110111101111101001010110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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