#417067

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

Shades of Dark Green Copper #417067

Tints of Dark Green Copper #417067

Color information

#417067 (or 0x417067) is unknown color: approx Dark Green Copper. HEX triplet: 41, 70 and 67. RGB value is (65,112,103). Sum of RGB (Red+Green+Blue) = 65+112+103=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #417067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417067 is #BE8F98. Grayscale: #606060. Windows color (decimal): -12488601 or 6778945. OLE color: 6778945.

HSL color Cylindrical-coordinate representation of color #417067: hue angle of 168.51º 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 #417067 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB65112103-
CMYK0.4200.080.56
HSL168.51º26.55%34.71%-
HSV(B)168.51º41.96%43.92%-
XYZ10.4213.6914.93-
YUV96.92131.43105.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 112 (44.14% from 255) = 40%
BLUE value IS 103 (40.62% from 255) = 36.79%
R=23.21%
G=40%
B=36.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal651121030.4200.080.56168.5126.5534.71
Hex4170672A0838a91b23
Octal10116014752010702513343
Binary100000111100001100111101010010001110001010100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417067; }

 p { color: rgb(65,112,103); }

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

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

 a { background-color: rgb(65,112,103); }

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

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

 span { border-color: rgb(65,112,103); }

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