Html Css Color HEX #41776C Dark Green Copper

📋 copy color: '#41776C'

red 65 ◦ green 119 ◦ blue 108

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

Shades of Dark Green Copper #41776C

Tints of Dark Green Copper #41776C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.99%

R = 22.26%
G = 40.75%
B = 36.99%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#41776C (or 0x41776C) is known color: Dark Green Copper. HEX triplet: 41, 77 and 6C. RGB value is (65,119,108). Sum of RGB (Red+Green+Blue) = 65+119+108=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #41776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41776C is #BE8893. Grayscale: #656565. Windows color (decimal): -12486804 or 7108417. OLE color: 7108417.

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

Color convert

RGB 65 119 108 -
CMYK 0.45 0 0.09 0.53
HSL 167.78º 0.29% 0.36% -
HSV(B) 167.78º 0.45% 0.47% -
XYZ 11.48 15.4 16.55 -
YUV 101.6 131.61 101.89 -
System Red Green Blue C M Y K H S L
Decimal 65 119 108 0.45 0 0.09 0.53 167.78 0.29 0.36
Hex 41 77 6C 2D 0 9 35 A8 1D 24
Octal 101 167 154 55 0 11 65 250 35 44
Binary 1000001 1110111 1101100 101101 0 1001 110101 10101000 11101 100100

Color Harmonies of #41776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41776C

Black with #41776C

Text Example


Text Example

White with #41776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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