Html Css Color HEX #40796D Dark Green Copper

📋 copy color: '#40796D'

red 64 ◦ green 121 ◦ blue 109

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

Shades of Dark Green Copper #40796D

Tints of Dark Green Copper #40796D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.16%

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

R = 21.77%
G = 41.16%
B = 37.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#40796D (or 0x40796D) is known color: Dark Green Copper. HEX triplet: 40, 79 and 6D. RGB value is (64,121,109). Sum of RGB (Red+Green+Blue) = 64+121+109=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 121 - color contains mainly: green. Hex color #40796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40796D is #BF8692. Grayscale: #666666. Windows color (decimal): -12551827 or 7174464. OLE color: 7174464.

HSL color Cylindrical-coordinate representation of color #40796D: hue angle of 167.37º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40796D is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 121 109 -
CMYK 0.47 0 0.10 0.53
HSL 167.37º 0.31% 0.36% -
HSV(B) 167.37º 0.47% 0.47% -
XYZ 11.71 15.87 16.91 -
YUV 102.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 64 121 109 0.47 0 0.10 0.53 167.37 0.31 0.36
Hex 40 79 6D 2F 0 A 35 A7 1F 24
Octal 100 171 155 57 0 12 65 247 37 44
Binary 1000000 1111001 1101101 101111 0 1010 110101 10100111 11111 100100

Color Harmonies of #40796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40796D

Black with #40796D

Text Example


Text Example

White with #40796D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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