Html Css Color HEX #41756C Dark Green Copper

📋 copy color: '#41756C'

red 65 ◦ green 117 ◦ blue 108

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

Shades of Dark Green Copper #41756C

Tints of Dark Green Copper #41756C

RGB

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

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

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

R = 22.41%
G = 40.34%
B = 37.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#41756C (or 0x41756C) is known color: Dark Green Copper. HEX triplet: 41, 75 and 6C. RGB value is (65,117,108). Sum of RGB (Red+Green+Blue) = 65+117+108=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #41756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41756C is #BE8A93. Grayscale: #646464. Windows color (decimal): -12487316 or 7107905. OLE color: 7107905.

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

Color convert

RGB 65 117 108 -
CMYK 0.44 0 0.08 0.54
HSL 169.62º 0.29% 0.36% -
HSV(B) 169.62º 0.44% 0.46% -
XYZ 11.25 14.93 16.48 -
YUV 100.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 65 117 108 0.44 0 0.08 0.54 169.62 0.29 0.36
Hex 41 75 6C 2C 0 8 36 AA 1D 24
Octal 101 165 154 54 0 10 66 252 35 44
Binary 1000001 1110101 1101100 101100 0 1000 110110 10101010 11101 100100

Color Harmonies of #41756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41756C

Black with #41756C

Text Example


Text Example

White with #41756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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