Html Css Color HEX #40776C Dark Green Copper

📋 copy color: '#40776C'

red 64 ◦ green 119 ◦ blue 108

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

Shades of Dark Green Copper #40776C

Tints of Dark Green Copper #40776C

RGB

 RED value IS 64 (25.39% from 255) = 21.99%

 GREEN value IS 119 (46.88% from 255) = 40.89%

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

R = 21.99%
G = 40.89%
B = 37.11%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#40776C (or 0x40776C) is known color: Dark Green Copper. HEX triplet: 40, 77 and 6C. RGB value is (64,119,108). Sum of RGB (Red+Green+Blue) = 64+119+108=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #40776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40776C is #BF8893. Grayscale: #656565. Windows color (decimal): -12552340 or 7108416. OLE color: 7108416.

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

Color convert

RGB 64 119 108 -
CMYK 0.46 0 0.09 0.53
HSL 168º 0.3% 0.36% -
HSV(B) 168º 0.46% 0.47% -
XYZ 11.42 15.37 16.55 -
YUV 101.3 131.78 101.39 -
System Red Green Blue C M Y K H S L
Decimal 64 119 108 0.46 0 0.09 0.53 168 0.3 0.36
Hex 40 77 6C 2E 0 9 35 A8 1E 24
Octal 100 167 154 56 0 11 65 250 36 44
Binary 1000000 1110111 1101100 101110 0 1001 110101 10101000 11110 100100

Color Harmonies of #40776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40776C

Black with #40776C

Text Example


Text Example

White with #40776C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,119,108); }

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

background-color css

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

 a { background-color: rgb(64,119,108); }

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

border-color css

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

 span { border-color: rgb(64,119,108); }

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