Html Css Color HEX #40716A Dark Green Copper

📋 copy color: '#40716A'

red 64 ◦ green 113 ◦ blue 106

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

Shades of Dark Green Copper #40716A

Tints of Dark Green Copper #40716A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.46%

R = 22.61%
G = 39.93%
B = 37.46%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#40716A (or 0x40716A) is known color: Dark Green Copper. HEX triplet: 40, 71 and 6A. RGB value is (64,113,106). Sum of RGB (Red+Green+Blue) = 64+113+106=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 113 - color contains mainly: green. Hex color #40716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40716A is #BF8E95. Grayscale: #616161. Windows color (decimal): -12553878 or 6975808. OLE color: 6975808.

HSL color Cylindrical-coordinate representation of color #40716A: hue angle of 171.43º 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 #40716A is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 113 106 -
CMYK 0.43 0 0.06 0.56
HSL 171.43º 0.28% 0.35% -
HSV(B) 171.43º 0.43% 0.44% -
XYZ 10.62 13.94 15.77 -
YUV 97.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 64 113 106 0.43 0 0.06 0.56 171.43 0.28 0.35
Hex 40 71 6A 2B 0 6 38 AB 1C 23
Octal 100 161 152 53 0 6 70 253 34 43
Binary 1000000 1110001 1101010 101011 0 110 111000 10101011 11100 100011

Color Harmonies of #40716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40716A

Black with #40716A

Text Example


Text Example

White with #40716A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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