Html Css Color HEX #41786B Dark Green Copper

📋 copy color: '#41786B'

red 65 ◦ green 120 ◦ blue 107

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

Shades of Dark Green Copper #41786B

Tints of Dark Green Copper #41786B

RGB

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

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

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

R = 22.26%
G = 41.1%
B = 36.64%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#41786B (or 0x41786B) is known color: Dark Green Copper. HEX triplet: 41, 78 and 6B. RGB value is (65,120,107). Sum of RGB (Red+Green+Blue) = 65+120+107=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 120 - color contains mainly: green. Hex color #41786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41786B is #BE8794. Grayscale: #666666. Windows color (decimal): -12486549 or 7043137. OLE color: 7043137.

HSL color Cylindrical-coordinate representation of color #41786B: hue angle of 165.82º 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 #41786B is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 120 107 -
CMYK 0.46 0 0.11 0.53
HSL 165.82º 0.3% 0.36% -
HSV(B) 165.82º 0.46% 0.47% -
XYZ 11.55 15.62 16.32 -
YUV 102.07 130.78 101.56 -
System Red Green Blue C M Y K H S L
Decimal 65 120 107 0.46 0 0.11 0.53 165.82 0.3 0.36
Hex 41 78 6B 2E 0 B 35 A6 1E 24
Octal 101 170 153 56 0 13 65 246 36 44
Binary 1000001 1111000 1101011 101110 0 1011 110101 10100110 11110 100100

Color Harmonies of #41786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41786B

Black with #41786B

Text Example


Text Example

White with #41786B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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