#417265

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

Shades of Dark Green Copper #417265

Tints of Dark Green Copper #417265

Color information

#417265 (or 0x417265) is unknown color: approx Dark Green Copper. HEX triplet: 41, 72 and 65. RGB value is (65,114,101). Sum of RGB (Red+Green+Blue) = 65+114+101=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #417265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417265 is #BE8D9A. Grayscale: #616161. Windows color (decimal): -12488091 or 6648385. OLE color: 6648385.

HSL color Cylindrical-coordinate representation of color #417265: hue angle of 164.08º degrees, saturation: 0.27, 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 #417265 is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB65114101-
CMYK0.4300.110.55
HSL164.08º27.37%35.1%-
HSV(B)164.08º42.98%44.71%-
XYZ10.5514.114.48-
YUV97.87129.77104.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 114 (44.92% from 255) = 40.71%
BLUE value IS 101 (39.84% from 255) = 36.07%
R=23.21%
G=40.71%
B=36.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal651141010.4300.110.55164.0827.3735.1
Hex4172652B0B37a41b23
Octal10116214553013672443343
Binary100000111100101100101101011010111101111010010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417265; }

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

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

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

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

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

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

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

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