#417164

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

Shades of Dark Green Copper #417164

Tints of Dark Green Copper #417164

Color information

#417164 (or 0x417164) is unknown color: approx Dark Green Copper. HEX triplet: 41, 71 and 64. RGB value is (65,113,100). Sum of RGB (Red+Green+Blue) = 65+113+100=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #417164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417164 is #BE8E9B. Grayscale: #616161. Windows color (decimal): -12488348 or 6582593. OLE color: 6582593.

HSL color Cylindrical-coordinate representation of color #417164: hue angle of 163.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #417164 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB65113100-
CMYK0.4200.120.56
HSL163.75º26.97%34.9%-
HSV(B)163.75º42.48%44.31%-
XYZ10.3913.8514.18-
YUV97.17129.6105.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.38%
GREEN value IS 113 (44.53% from 255) = 40.65%
BLUE value IS 100 (39.45% from 255) = 35.97%
R=23.38%
G=40.65%
B=35.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal651131000.4200.120.56163.7526.9734.9
Hex4171642A0C38a41b23
Octal10116114452014702443343
Binary100000111100011100100101010011001110001010010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417164; }

 p { color: rgb(65,113,100); }

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

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

 a { background-color: rgb(65,113,100); }

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

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

 span { border-color: rgb(65,113,100); }

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