Html Css Color HEX #41786A Dark Green Copper

📋 copy color: '#41786A'

red 65 ◦ green 120 ◦ blue 106

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

Shades of Dark Green Copper #41786A

Tints of Dark Green Copper #41786A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.24%

 BLUE value IS 106 (41.8% from 255) = 36.43%

R = 22.34%
G = 41.24%
B = 36.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#41786A (or 0x41786A) is known color: Dark Green Copper. HEX triplet: 41, 78 and 6A. RGB value is (65,120,106). Sum of RGB (Red+Green+Blue) = 65+120+106=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 120 - color contains mainly: green. Hex color #41786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41786A is #BE8795. Grayscale: #656565. Windows color (decimal): -12486550 or 6977601. OLE color: 6977601.

HSL color Cylindrical-coordinate representation of color #41786A: hue angle of 164.73º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #41786A is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 120 106 -
CMYK 0.46 0 0.12 0.53
HSL 164.73º 0.3% 0.36% -
HSV(B) 164.73º 0.46% 0.47% -
XYZ 11.5 15.6 16.04 -
YUV 101.96 130.28 101.64 -
System Red Green Blue C M Y K H S L
Decimal 65 120 106 0.46 0 0.12 0.53 164.73 0.3 0.36
Hex 41 78 6A 2E 0 C 35 A5 1E 24
Octal 101 170 152 56 0 14 65 245 36 44
Binary 1000001 1111000 1101010 101110 0 1100 110101 10100101 11110 100100

Color Harmonies of #41786A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41786A

Black with #41786A

Text Example


Text Example

White with #41786A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41786A; }

 p { color: rgb(65,120,106); }

 H1.HeaderClassName
 {
   color: #41786A;
 }
 .AnyTagClassName
 {
   color: #41786A;
 }
</style>

background-color css

<style>
 a { background-color: #41786A; }

 a { background-color: rgb(65,120,106); }

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

border-color css

<style>
 span { border-color: #41786A; }

 span { border-color: rgb(65,120,106); }

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