Html Css Color HEX #40776B Dark Green Copper

📋 copy color: '#40776B'

red 64 ◦ green 119 ◦ blue 107

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

Shades of Dark Green Copper #40776B

Tints of Dark Green Copper #40776B

RGB

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

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

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

R = 22.07%
G = 41.03%
B = 36.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#40776B (or 0x40776B) is known color: Dark Green Copper. HEX triplet: 40, 77 and 6B. RGB value is (64,119,107). Sum of RGB (Red+Green+Blue) = 64+119+107=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 119 - color contains mainly: green. Hex color #40776B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40776B is #BF8894. Grayscale: #656565. Windows color (decimal): -12552341 or 7042880. OLE color: 7042880.

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

Color convert

RGB 64 119 107 -
CMYK 0.46 0 0.10 0.53
HSL 166.91º 0.3% 0.36% -
HSV(B) 166.91º 0.46% 0.47% -
XYZ 11.37 15.35 16.27 -
YUV 101.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 64 119 107 0.46 0 0.10 0.53 166.91 0.3 0.36
Hex 40 77 6B 2E 0 A 35 A7 1E 24
Octal 100 167 153 56 0 12 65 247 36 44
Binary 1000000 1110111 1101011 101110 0 1010 110101 10100111 11110 100100

Color Harmonies of #40776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40776B

Black with #40776B

Text Example


Text Example

White with #40776B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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