#417468

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

Shades of Dark Green Copper #417468

Tints of Dark Green Copper #417468

Color information

#417468 (or 0x417468) is unknown color: approx Dark Green Copper. HEX triplet: 41, 74 and 68. RGB value is (65,116,104). Sum of RGB (Red+Green+Blue) = 65+116+104=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #417468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417468 is #BE8B97. Grayscale: #636363. Windows color (decimal): -12487576 or 6845505. OLE color: 6845505.

HSL color Cylindrical-coordinate representation of color #417468: hue angle of 165.88º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417468 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB65116104-
CMYK0.4400.100.55
HSL165.88º28.18%35.49%-
HSV(B)165.88º43.97%45.49%-
XYZ10.9214.6115.34-
YUV99.38130.6103.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=22.81%
G=40.70%
B=36.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal651161040.4400.100.55165.8828.1835.49
Hex4174682C0A37a61c23
Octal10116415054012672463443
Binary100000111101001101000101100010101101111010011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417468; }

 p { color: rgb(65,116,104); }

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

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

 a { background-color: rgb(65,116,104); }

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

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

 span { border-color: rgb(65,116,104); }

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