Html Css Color HEX #416C63 Dark Green Copper

📋 copy color: '#416C63'

red 65 ◦ green 108 ◦ blue 99

#416C63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green Copper #416C63

Tints of Dark Green Copper #416C63

RGB

 RED value IS 65 (25.78% from 255) = 23.9%

 GREEN value IS 108 (42.58% from 255) = 39.71%

 BLUE value IS 99 (39.06% from 255) = 36.4%

R = 23.9%
G = 39.71%
B = 36.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#416C63 (or 0x416C63) is known color: Dark Green Copper. HEX triplet: 41, 6C and 63. RGB value is (65,108,99). Sum of RGB (Red+Green+Blue) = 65+108+99=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 108 - color contains mainly: green. Hex color #416C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C63 is #BE939C. Grayscale: #5E5E5E. Windows color (decimal): -12489629 or 6515777. OLE color: 6515777.

HSL color Cylindrical-coordinate representation of color #416C63: hue angle of 167.44º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #416C63 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 108 99 -
CMYK 0.40 0 0.08 0.58
HSL 167.44º 0.25% 0.34% -
HSV(B) 167.44º 0.4% 0.42% -
XYZ 9.79 12.75 13.75 -
YUV 94.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 65 108 99 0.40 0 0.08 0.58 167.44 0.25 0.34
Hex 41 6C 63 28 0 8 3A A7 19 22
Octal 101 154 143 50 0 10 72 247 31 42
Binary 1000001 1101100 1100011 101000 0 1000 111010 10100111 11001 100010

Color Harmonies of #416C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416C63

Black with #416C63

Text Example


Text Example

White with #416C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,108,99); }

 H1.HeaderClassName
 {
   color: #416C63;
 }
 .AnyTagClassName
 {
   color: #416C63;
 }
</style>

background-color css

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

 a { background-color: rgb(65,108,99); }

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

border-color css

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

 span { border-color: rgb(65,108,99); }

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