#417366

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

Shades of Dark Green Copper #417366

Tints of Dark Green Copper #417366

Color information

#417366 (or 0x417366) is unknown color: approx Dark Green Copper. HEX triplet: 41, 73 and 66. RGB value is (65,115,102). Sum of RGB (Red+Green+Blue) = 65+115+102=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 115 - color contains mainly: green. Hex color #417366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417366 is #BE8C99. Grayscale: #626262. Windows color (decimal): -12487834 or 6714177. OLE color: 6714177.

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

Color convert

RGB65115102-
CMYK0.4300.110.55
HSL164.4º27.78%35.29%-
HSV(B)164.4º43.48%45.1%-
XYZ10.7114.3414.77-
YUV98.57129.94104.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 115 (45.31% from 255) = 40.78%
BLUE value IS 102 (40.23% from 255) = 36.17%
R=23.05%
G=40.78%
B=36.17%

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
Decimal651151020.4300.110.55164.427.7835.29
Hex4173662B0B37a41c23
Octal10116314653013672443443
Binary100000111100111100110101011010111101111010010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417366; }

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

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

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

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

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

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

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

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