Html Css Color HEX #40716C Dark Green Copper

📋 copy color: '#40716C'

red 64 ◦ green 113 ◦ blue 108

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

Shades of Dark Green Copper #40716C

Tints of Dark Green Copper #40716C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.65%

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

R = 22.46%
G = 39.65%
B = 37.89%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#40716C (or 0x40716C) is known color: Dark Green Copper. HEX triplet: 40, 71 and 6C. RGB value is (64,113,108). Sum of RGB (Red+Green+Blue) = 64+113+108=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #40716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40716C is #BF8E93. Grayscale: #616161. Windows color (decimal): -12553876 or 7106880. OLE color: 7106880.

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

Color convert

RGB 64 113 108 -
CMYK 0.43 0 0.04 0.56
HSL 173.88º 0.28% 0.35% -
HSV(B) 173.88º 0.43% 0.44% -
XYZ 10.73 13.98 16.32 -
YUV 97.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 64 113 108 0.43 0 0.04 0.56 173.88 0.28 0.35
Hex 40 71 6C 2B 0 4 38 AE 1C 23
Octal 100 161 154 53 0 4 70 256 34 43
Binary 1000000 1110001 1101100 101011 0 100 111000 10101110 11100 100011

Color Harmonies of #40716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40716C

Black with #40716C

Text Example


Text Example

White with #40716C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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