Html Css Color HEX #40796C Dark Green Copper

📋 copy color: '#40796C'

red 64 ◦ green 121 ◦ blue 108

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

Shades of Dark Green Copper #40796C

Tints of Dark Green Copper #40796C

RGB

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

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

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

R = 21.84%
G = 41.3%
B = 36.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#40796C (or 0x40796C) is known color: Dark Green Copper. HEX triplet: 40, 79 and 6C. RGB value is (64,121,108). Sum of RGB (Red+Green+Blue) = 64+121+108=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 121 - color contains mainly: green. Hex color #40796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40796C is #BF8693. Grayscale: #666666. Windows color (decimal): -12551828 or 7108928. OLE color: 7108928.

HSL color Cylindrical-coordinate representation of color #40796C: hue angle of 166.32º 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 #40796C is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 121 108 -
CMYK 0.47 0 0.11 0.53
HSL 166.32º 0.31% 0.36% -
HSV(B) 166.32º 0.47% 0.47% -
XYZ 11.66 15.85 16.63 -
YUV 102.48 131.12 100.56 -
System Red Green Blue C M Y K H S L
Decimal 64 121 108 0.47 0 0.11 0.53 166.32 0.31 0.36
Hex 40 79 6C 2F 0 B 35 A6 1F 24
Octal 100 171 154 57 0 13 65 246 37 44
Binary 1000000 1111001 1101100 101111 0 1011 110101 10100110 11111 100100

Color Harmonies of #40796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40796C

Black with #40796C

Text Example


Text Example

White with #40796C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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