Html Css Color HEX #41766B Dark Green Copper

📋 copy color: '#41766B'

red 65 ◦ green 118 ◦ blue 107

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

Shades of Dark Green Copper #41766B

Tints of Dark Green Copper #41766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.9%

R = 22.41%
G = 40.69%
B = 36.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#41766B (or 0x41766B) is known color: Dark Green Copper. HEX triplet: 41, 76 and 6B. RGB value is (65,118,107). Sum of RGB (Red+Green+Blue) = 65+118+107=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 118 - color contains mainly: green. Hex color #41766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41766B is #BE8994. Grayscale: #646464. Windows color (decimal): -12487061 or 7042625. OLE color: 7042625.

HSL color Cylindrical-coordinate representation of color #41766B: hue angle of 167.55º 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 #41766B is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 118 107 -
CMYK 0.45 0 0.09 0.54
HSL 167.55º 0.29% 0.36% -
HSV(B) 167.55º 0.45% 0.46% -
XYZ 11.31 15.14 16.24 -
YUV 100.9 131.44 102.39 -
System Red Green Blue C M Y K H S L
Decimal 65 118 107 0.45 0 0.09 0.54 167.55 0.29 0.36
Hex 41 76 6B 2D 0 9 36 A8 1D 24
Octal 101 166 153 55 0 11 66 250 35 44
Binary 1000001 1110110 1101011 101101 0 1001 110110 10101000 11101 100100

Color Harmonies of #41766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41766B

Black with #41766B

Text Example


Text Example

White with #41766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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