Html Css Color HEX #41756B Dark Green Copper

📋 copy color: '#41756B'

red 65 ◦ green 117 ◦ blue 107

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

Shades of Dark Green Copper #41756B

Tints of Dark Green Copper #41756B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.02%

R = 22.49%
G = 40.48%
B = 37.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#41756B (or 0x41756B) is known color: Dark Green Copper. HEX triplet: 41, 75 and 6B. RGB value is (65,117,107). Sum of RGB (Red+Green+Blue) = 65+117+107=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #41756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41756B is #BE8A94. Grayscale: #646464. Windows color (decimal): -12487317 or 7042369. OLE color: 7042369.

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

Color convert

RGB 65 117 107 -
CMYK 0.44 0 0.09 0.54
HSL 168.46º 0.29% 0.36% -
HSV(B) 168.46º 0.44% 0.46% -
XYZ 11.2 14.91 16.2 -
YUV 100.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 65 117 107 0.44 0 0.09 0.54 168.46 0.29 0.36
Hex 41 75 6B 2C 0 9 36 A8 1D 24
Octal 101 165 153 54 0 11 66 250 35 44
Binary 1000001 1110101 1101011 101100 0 1001 110110 10101000 11101 100100

Color Harmonies of #41756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41756B

Black with #41756B

Text Example


Text Example

White with #41756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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