Html Css Color HEX #41786F Dark Green Copper

📋 copy color: '#41786F'

red 65 ◦ green 120 ◦ blue 111

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

Shades of Dark Green Copper #41786F

Tints of Dark Green Copper #41786F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.5%

R = 21.96%
G = 40.54%
B = 37.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#41786F (or 0x41786F) is known color: Dark Green Copper. HEX triplet: 41, 78 and 6F. RGB value is (65,120,111). Sum of RGB (Red+Green+Blue) = 65+120+111=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #41786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41786F is #BE8790. Grayscale: #666666. Windows color (decimal): -12486545 or 7305281. OLE color: 7305281.

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

Color convert

RGB 65 120 111 -
CMYK 0.46 0 0.08 0.53
HSL 170.18º 0.3% 0.36% -
HSV(B) 170.18º 0.46% 0.47% -
XYZ 11.77 15.7 17.45 -
YUV 102.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 65 120 111 0.46 0 0.08 0.53 170.18 0.3 0.36
Hex 41 78 6F 2E 0 8 35 AA 1E 24
Octal 101 170 157 56 0 10 65 252 36 44
Binary 1000001 1111000 1101111 101110 0 1000 110101 10101010 11110 100100

Color Harmonies of #41786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41786F

Black with #41786F

Text Example


Text Example

White with #41786F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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