#416962

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

Shades of Dark Green Copper #416962

Tints of Dark Green Copper #416962

Color information

#416962 (or 0x416962) is unknown color: approx Dark Green Copper. HEX triplet: 41, 69 and 62. RGB value is (65,105,98). Sum of RGB (Red+Green+Blue) = 65+105+98=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #416962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416962 is #BE969D. Grayscale: #5C5C5C. Windows color (decimal): -12490398 or 6449473. OLE color: 6449473.

HSL color Cylindrical-coordinate representation of color #416962: hue angle of 169.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416962 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB6510598-
CMYK0.3800.070.59
HSL169.5º23.53%33.33%-
HSV(B)169.5º38.1%41.18%-
XYZ9.4412.1113.4-
YUV92.24131.25108.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.25%
GREEN value IS 105 (41.41% from 255) = 39.18%
BLUE value IS 98 (38.67% from 255) = 36.57%
R=24.25%
G=39.18%
B=36.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal65105980.3800.070.59169.523.5333.33
Hex41696226073Baa1821
Octal1011511424607732523041
Binary10000011101001110001010011001111110111010101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416962; }

 p { color: rgb(65,105,98); }

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

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

 a { background-color: rgb(65,105,98); }

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

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

 span { border-color: rgb(65,105,98); }

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