Html Css Color HEX #408076 Dark Green Copper

📋 copy color: '#408076'

red 64 ◦ green 128 ◦ blue 118

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

Shades of Dark Green Copper #408076

Tints of Dark Green Copper #408076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.29%

 BLUE value IS 118 (46.48% from 255) = 38.06%

R = 20.65%
G = 41.29%
B = 38.06%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#408076 (or 0x408076) is known color: Dark Green Copper. HEX triplet: 40, 80 and 76. RGB value is (64,128,118). Sum of RGB (Red+Green+Blue) = 64+128+118=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #408076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408076 is #BF7F89. Grayscale: #6B6B6B. Windows color (decimal): -12550026 or 7766080. OLE color: 7766080.

HSL color Cylindrical-coordinate representation of color #408076: hue angle of 170.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #408076 is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 128 118 -
CMYK 0.5 0 0.08 0.50
HSL 170.63º 0.33% 0.38% -
HSV(B) 170.63º 0.5% 0.5% -
XYZ 13.1 17.84 19.89 -
YUV 107.72 133.8 96.81 -
System Red Green Blue C M Y K H S L
Decimal 64 128 118 0.5 0 0.08 0.50 170.63 0.33 0.38
Hex 40 80 76 32 0 8 32 AB 21 26
Octal 100 200 166 62 0 10 62 253 41 46
Binary 1000000 10000000 1110110 110010 0 1000 110010 10101011 100001 100110

Color Harmonies of #408076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408076

Black with #408076

Text Example


Text Example

White with #408076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408076; }

 p { color: rgb(64,128,118); }

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

background-color css

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

 a { background-color: rgb(64,128,118); }

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

border-color css

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

 span { border-color: rgb(64,128,118); }

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