Html Css Color HEX #41776A Dark Green Copper

📋 copy color: '#41776A'

red 65 ◦ green 119 ◦ blue 106

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

Shades of Dark Green Copper #41776A

Tints of Dark Green Copper #41776A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.03%

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

R = 22.41%
G = 41.03%
B = 36.55%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#41776A (or 0x41776A) is known color: Dark Green Copper. HEX triplet: 41, 77 and 6A. RGB value is (65,119,106). Sum of RGB (Red+Green+Blue) = 65+119+106=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 119 - color contains mainly: green. Hex color #41776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41776A is #BE8895. Grayscale: #656565. Windows color (decimal): -12486806 or 6977345. OLE color: 6977345.

HSL color Cylindrical-coordinate representation of color #41776A: hue angle of 165.56º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #41776A is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 119 106 -
CMYK 0.45 0 0.11 0.53
HSL 165.56º 0.29% 0.36% -
HSV(B) 165.56º 0.45% 0.47% -
XYZ 11.38 15.36 16 -
YUV 101.37 130.61 102.06 -
System Red Green Blue C M Y K H S L
Decimal 65 119 106 0.45 0 0.11 0.53 165.56 0.29 0.36
Hex 41 77 6A 2D 0 B 35 A6 1D 24
Octal 101 167 152 55 0 13 65 246 35 44
Binary 1000001 1110111 1101010 101101 0 1011 110101 10100110 11101 100100

Color Harmonies of #41776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41776A

Black with #41776A

Text Example


Text Example

White with #41776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41776A; }

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

 H1.HeaderClassName
 {
   color: #41776A;
 }
 .AnyTagClassName
 {
   color: #41776A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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