Html Css Color HEX #41746D Dark Green Copper

📋 copy color: '#41746D'

red 65 ◦ green 116 ◦ blue 109

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

Shades of Dark Green Copper #41746D

Tints of Dark Green Copper #41746D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40%

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

R = 22.41%
G = 40%
B = 37.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#41746D (or 0x41746D) is known color: Dark Green Copper. HEX triplet: 41, 74 and 6D. RGB value is (65,116,109). Sum of RGB (Red+Green+Blue) = 65+116+109=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 116 (45.70% from 255 or 40% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 116 - color contains mainly: green. Hex color #41746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41746D is #BE8B92. Grayscale: #636363. Windows color (decimal): -12487571 or 7173185. OLE color: 7173185.

HSL color Cylindrical-coordinate representation of color #41746D: hue angle of 171.76º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #41746D is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 116 109 -
CMYK 0.44 0 0.06 0.55
HSL 171.76º 0.28% 0.35% -
HSV(B) 171.76º 0.44% 0.45% -
XYZ 11.19 14.72 16.72 -
YUV 99.95 133.1 103.07 -
System Red Green Blue C M Y K H S L
Decimal 65 116 109 0.44 0 0.06 0.55 171.76 0.28 0.35
Hex 41 74 6D 2C 0 6 37 AC 1C 23
Octal 101 164 155 54 0 6 67 254 34 43
Binary 1000001 1110100 1101101 101100 0 110 110111 10101100 11100 100011

Color Harmonies of #41746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41746D

Black with #41746D

Text Example


Text Example

White with #41746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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