Html Css Color HEX #416D64 Dark Green Copper

📋 copy color: '#416D64'

red 65 ◦ green 109 ◦ blue 100

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

Shades of Dark Green Copper #416D64

Tints of Dark Green Copper #416D64

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.78%

 BLUE value IS 100 (39.45% from 255) = 36.5%

R = 23.72%
G = 39.78%
B = 36.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#416D64 (or 0x416D64) is known color: Dark Green Copper. HEX triplet: 41, 6D and 64. RGB value is (65,109,100). Sum of RGB (Red+Green+Blue) = 65+109+100=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 109 - color contains mainly: green. Hex color #416D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416D64 is #BE929B. Grayscale: #5E5E5E. Windows color (decimal): -12489372 or 6581569. OLE color: 6581569.

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

Color convert

RGB 65 109 100 -
CMYK 0.40 0 0.08 0.57
HSL 167.73º 0.25% 0.34% -
HSV(B) 167.73º 0.4% 0.43% -
XYZ 9.95 12.98 14.04 -
YUV 94.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 65 109 100 0.40 0 0.08 0.57 167.73 0.25 0.34
Hex 41 6D 64 28 0 8 39 A8 19 22
Octal 101 155 144 50 0 10 71 250 31 42
Binary 1000001 1101101 1100100 101000 0 1000 111001 10101000 11001 100010

Color Harmonies of #416D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416D64

Black with #416D64

Text Example


Text Example

White with #416D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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