Html Css Color HEX #41756D Dark Green Copper

📋 copy color: '#41756D'

red 65 ◦ green 117 ◦ blue 109

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

Shades of Dark Green Copper #41756D

Tints of Dark Green Copper #41756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.21%

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

R = 22.34%
G = 40.21%
B = 37.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#41756D (or 0x41756D) is known color: Dark Green Copper. HEX triplet: 41, 75 and 6D. RGB value is (65,117,109). Sum of RGB (Red+Green+Blue) = 65+117+109=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #41756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41756D is #BE8A92. Grayscale: #646464. Windows color (decimal): -12487315 or 7173441. OLE color: 7173441.

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

Color convert

RGB 65 117 109 -
CMYK 0.44 0 0.07 0.54
HSL 170.77º 0.29% 0.36% -
HSV(B) 170.77º 0.44% 0.46% -
XYZ 11.3 14.95 16.76 -
YUV 100.54 132.77 102.65 -
System Red Green Blue C M Y K H S L
Decimal 65 117 109 0.44 0 0.07 0.54 170.77 0.29 0.36
Hex 41 75 6D 2C 0 7 36 AB 1D 24
Octal 101 165 155 54 0 7 66 253 35 44
Binary 1000001 1110101 1101101 101100 0 111 110110 10101011 11101 100100

Color Harmonies of #41756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41756D

Black with #41756D

Text Example


Text Example

White with #41756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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