#417365

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

Shades of Dark Green Copper #417365

Tints of Dark Green Copper #417365

Color information

#417365 (or 0x417365) is unknown color: approx Dark Green Copper. HEX triplet: 41, 73 and 65. RGB value is (65,115,101). Sum of RGB (Red+Green+Blue) = 65+115+101=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #417365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417365 is #BE8C9A. Grayscale: #626262. Windows color (decimal): -12487835 or 6648641. OLE color: 6648641.

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

Color convert

RGB65115101-
CMYK0.4300.120.55
HSL163.2º27.78%35.29%-
HSV(B)163.2º43.48%45.1%-
XYZ10.6614.3214.52-
YUV98.45129.44104.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.13%
GREEN value IS 115 (45.31% from 255) = 40.93%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=23.13%
G=40.93%
B=35.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal651151010.4300.120.55163.227.7835.29
Hex4173652B0C37a31c23
Octal10116314553014672433443
Binary100000111100111100101101011011001101111010001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417365; }

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

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

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

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

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

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

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

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