Html Css Color HEX #40756E Dark Green Copper

📋 copy color: '#40756E'

red 64 ◦ green 117 ◦ blue 110

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

Shades of Dark Green Copper #40756E

Tints of Dark Green Copper #40756E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.8%

R = 21.99%
G = 40.21%
B = 37.8%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#40756E (or 0x40756E) is known color: Dark Green Copper. HEX triplet: 40, 75 and 6E. RGB value is (64,117,110). Sum of RGB (Red+Green+Blue) = 64+117+110=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #40756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40756E is #BF8A91. Grayscale: #646464. Windows color (decimal): -12552850 or 7238976. OLE color: 7238976.

HSL color Cylindrical-coordinate representation of color #40756E: hue angle of 172.08º 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 #40756E is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 117 110 -
CMYK 0.45 0 0.06 0.54
HSL 172.08º 0.29% 0.35% -
HSV(B) 172.08º 0.45% 0.46% -
XYZ 11.29 14.94 17.04 -
YUV 100.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 64 117 110 0.45 0 0.06 0.54 172.08 0.29 0.35
Hex 40 75 6E 2D 0 6 36 AC 1D 23
Octal 100 165 156 55 0 6 66 254 35 43
Binary 1000000 1110101 1101110 101101 0 110 110110 10101100 11101 100011

Color Harmonies of #40756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40756E

Black with #40756E

Text Example


Text Example

White with #40756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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