Html Css Color HEX #40756C Dark Green Copper

📋 copy color: '#40756C'

red 64 ◦ green 117 ◦ blue 108

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

Shades of Dark Green Copper #40756C

Tints of Dark Green Copper #40756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.48%

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

R = 22.15%
G = 40.48%
B = 37.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#40756C (or 0x40756C) is known color: Dark Green Copper. HEX triplet: 40, 75 and 6C. RGB value is (64,117,108). Sum of RGB (Red+Green+Blue) = 64+117+108=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #40756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40756C is #BF8A93. Grayscale: #646464. Windows color (decimal): -12552852 or 7107904. OLE color: 7107904.

HSL color Cylindrical-coordinate representation of color #40756C: hue angle of 169.81º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #40756C is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 117 108 -
CMYK 0.45 0 0.08 0.54
HSL 169.81º 0.29% 0.35% -
HSV(B) 169.81º 0.45% 0.46% -
XYZ 11.18 14.9 16.47 -
YUV 100.13 132.44 102.23 -
System Red Green Blue C M Y K H S L
Decimal 64 117 108 0.45 0 0.08 0.54 169.81 0.29 0.35
Hex 40 75 6C 2D 0 8 36 AA 1D 23
Octal 100 165 154 55 0 10 66 252 35 43
Binary 1000000 1110101 1101100 101101 0 1000 110110 10101010 11101 100011

Color Harmonies of #40756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40756C

Black with #40756C

Text Example


Text Example

White with #40756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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