Html Css Color HEX #41766A Dark Green Copper

📋 copy color: '#41766A'

red 65 ◦ green 118 ◦ blue 106

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

Shades of Dark Green Copper #41766A

Tints of Dark Green Copper #41766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.83%

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

R = 22.49%
G = 40.83%
B = 36.68%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#41766A (or 0x41766A) is known color: Dark Green Copper. HEX triplet: 41, 76 and 6A. RGB value is (65,118,106). Sum of RGB (Red+Green+Blue) = 65+118+106=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 118 - color contains mainly: green. Hex color #41766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41766A is #BE8995. Grayscale: #646464. Windows color (decimal): -12487062 or 6977089. OLE color: 6977089.

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

Color convert

RGB 65 118 106 -
CMYK 0.45 0 0.10 0.54
HSL 166.42º 0.29% 0.36% -
HSV(B) 166.42º 0.45% 0.46% -
XYZ 11.26 15.12 15.96 -
YUV 100.79 130.94 102.48 -
System Red Green Blue C M Y K H S L
Decimal 65 118 106 0.45 0 0.10 0.54 166.42 0.29 0.36
Hex 41 76 6A 2D 0 A 36 A6 1D 24
Octal 101 166 152 55 0 12 66 246 35 44
Binary 1000001 1110110 1101010 101101 0 1010 110110 10100110 11101 100100

Color Harmonies of #41766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41766A

Black with #41766A

Text Example


Text Example

White with #41766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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