Html Css Color HEX #416D6A Dark Green Copper

📋 copy color: '#416D6A'

red 65 ◦ green 109 ◦ blue 106

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

Shades of Dark Green Copper #416D6A

Tints of Dark Green Copper #416D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.86%

R = 23.21%
G = 38.93%
B = 37.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#416D6A (or 0x416D6A) is known color: Dark Green Copper. HEX triplet: 41, 6D and 6A. RGB value is (65,109,106). Sum of RGB (Red+Green+Blue) = 65+109+106=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 109 - color contains mainly: green. Hex color #416D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416D6A is #BE9295. Grayscale: #5F5F5F. Windows color (decimal): -12489366 or 6974785. OLE color: 6974785.

HSL color Cylindrical-coordinate representation of color #416D6A: hue angle of 175.91º 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 #416D6A is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 109 106 -
CMYK 0.40 0 0.03 0.57
HSL 175.91º 0.25% 0.34% -
HSV(B) 175.91º 0.4% 0.43% -
XYZ 10.25 13.1 15.62 -
YUV 95.5 133.92 106.24 -
System Red Green Blue C M Y K H S L
Decimal 65 109 106 0.40 0 0.03 0.57 175.91 0.25 0.34
Hex 41 6D 6A 28 0 3 39 B0 19 22
Octal 101 155 152 50 0 3 71 260 31 42
Binary 1000001 1101101 1101010 101000 0 11 111001 10110000 11001 100010

Color Harmonies of #416D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416D6A

Black with #416D6A

Text Example


Text Example

White with #416D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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