Html Css Color HEX #40726B Dark Green Copper

📋 copy color: '#40726B'

red 64 ◦ green 114 ◦ blue 107

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

Shades of Dark Green Copper #40726B

Tints of Dark Green Copper #40726B

RGB

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

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

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

R = 22.46%
G = 40%
B = 37.54%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#40726B (or 0x40726B) is known color: Dark Green Copper. HEX triplet: 40, 72 and 6B. RGB value is (64,114,107). Sum of RGB (Red+Green+Blue) = 64+114+107=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #40726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40726B is #BF8D94. Grayscale: #626262. Windows color (decimal): -12553621 or 7041600. OLE color: 7041600.

HSL color Cylindrical-coordinate representation of color #40726B: hue angle of 171.6º 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 #40726B is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 114 107 -
CMYK 0.44 0 0.06 0.55
HSL 171.6º 0.28% 0.35% -
HSV(B) 171.6º 0.44% 0.45% -
XYZ 10.79 14.19 16.08 -
YUV 98.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 64 114 107 0.44 0 0.06 0.55 171.6 0.28 0.35
Hex 40 72 6B 2C 0 6 37 AC 1C 23
Octal 100 162 153 54 0 6 67 254 34 43
Binary 1000000 1110010 1101011 101100 0 110 110111 10101100 11100 100011

Color Harmonies of #40726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40726B

Black with #40726B

Text Example


Text Example

White with #40726B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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