#416F68

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

Shades of Dark Green Copper #416F68

Tints of Dark Green Copper #416F68

Color information

#416F68 (or 0x416F68) is unknown color: approx Dark Green Copper. HEX triplet: 41, 6F and 68. RGB value is (65,111,104). Sum of RGB (Red+Green+Blue) = 65+111+104=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 111 - color contains mainly: green. Hex color #416F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416F68 is #BE9097. Grayscale: #606060. Windows color (decimal): -12488856 or 6844225. OLE color: 6844225.

HSL color Cylindrical-coordinate representation of color #416F68: hue angle of 170.87º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #416F68 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB65111104-
CMYK0.4100.060.56
HSL170.87º26.14%34.51%-
HSV(B)170.87º41.44%43.53%-
XYZ10.3613.4915.15-
YUV96.45132.26105.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 111 (43.75% from 255) = 39.64%
BLUE value IS 104 (41.02% from 255) = 37.14%
R=23.21%
G=39.64%
B=37.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal651111040.4100.060.56170.8726.1434.51
Hex416F68290638ab1a23
Octal1011571505106702533243
Binary10000011101111110100010100101101110001010101111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416F68; }

 p { color: rgb(65,111,104); }

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

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

 a { background-color: rgb(65,111,104); }

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

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

 span { border-color: rgb(65,111,104); }

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