Html Css Color HEX #40726D Dark Green Copper

📋 copy color: '#40726D'

red 64 ◦ green 114 ◦ blue 109

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

Shades of Dark Green Copper #40726D

Tints of Dark Green Copper #40726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.72%

 BLUE value IS 109 (42.97% from 255) = 37.98%

R = 22.3%
G = 39.72%
B = 37.98%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#40726D (or 0x40726D) is known color: Dark Green Copper. HEX triplet: 40, 72 and 6D. RGB value is (64,114,109). Sum of RGB (Red+Green+Blue) = 64+114+109=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 114 - color contains mainly: green. Hex color #40726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40726D is #BF8D92. Grayscale: #626262. Windows color (decimal): -12553619 or 7172672. OLE color: 7172672.

HSL color Cylindrical-coordinate representation of color #40726D: hue angle of 174º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #40726D is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 114 109 -
CMYK 0.44 0 0.04 0.55
HSL 174º 0.28% 0.35% -
HSV(B) 174º 0.44% 0.45% -
XYZ 10.89 14.23 16.64 -
YUV 98.48 133.94 103.41 -
System Red Green Blue C M Y K H S L
Decimal 64 114 109 0.44 0 0.04 0.55 174 0.28 0.35
Hex 40 72 6D 2C 0 4 37 AE 1C 23
Octal 100 162 155 54 0 4 67 256 34 43
Binary 1000000 1110010 1101101 101100 0 100 110111 10101110 11100 100011

Color Harmonies of #40726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40726D

Black with #40726D

Text Example


Text Example

White with #40726D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40726D; }

 p { color: rgb(64,114,109); }

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

background-color css

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

 a { background-color: rgb(64,114,109); }

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

border-color css

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

 span { border-color: rgb(64,114,109); }

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