Html Css Color HEX #41766D Dark Green Copper

📋 copy color: '#41766D'

red 65 ◦ green 118 ◦ blue 109

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

Shades of Dark Green Copper #41766D

Tints of Dark Green Copper #41766D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.33%

R = 22.26%
G = 40.41%
B = 37.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#41766D (or 0x41766D) is known color: Dark Green Copper. HEX triplet: 41, 76 and 6D. RGB value is (65,118,109). Sum of RGB (Red+Green+Blue) = 65+118+109=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #41766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41766D is #BE8992. Grayscale: #656565. Windows color (decimal): -12487059 or 7173697. OLE color: 7173697.

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

Color convert

RGB 65 118 109 -
CMYK 0.45 0 0.08 0.54
HSL 169.81º 0.29% 0.36% -
HSV(B) 169.81º 0.45% 0.46% -
XYZ 11.42 15.18 16.8 -
YUV 101.13 132.44 102.23 -
System Red Green Blue C M Y K H S L
Decimal 65 118 109 0.45 0 0.08 0.54 169.81 0.29 0.36
Hex 41 76 6D 2D 0 8 36 AA 1D 24
Octal 101 166 155 55 0 10 66 252 35 44
Binary 1000001 1110110 1101101 101101 0 1000 110110 10101010 11101 100100

Color Harmonies of #41766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41766D

Black with #41766D

Text Example


Text Example

White with #41766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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