Html Css Color HEX #40756A Dark Green Copper

📋 copy color: '#40756A'

red 64 ◦ green 117 ◦ blue 106

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

Shades of Dark Green Copper #40756A

Tints of Dark Green Copper #40756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.77%

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

R = 22.3%
G = 40.77%
B = 36.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#40756A (or 0x40756A) is known color: Dark Green Copper. HEX triplet: 40, 75 and 6A. RGB value is (64,117,106). Sum of RGB (Red+Green+Blue) = 64+117+106=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 117 - color contains mainly: green. Hex color #40756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40756A is #BF8A95. Grayscale: #636363. Windows color (decimal): -12552854 or 6976832. OLE color: 6976832.

HSL color Cylindrical-coordinate representation of color #40756A: hue angle of 167.55º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #40756A is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 117 106 -
CMYK 0.45 0 0.09 0.54
HSL 167.55º 0.29% 0.35% -
HSV(B) 167.55º 0.45% 0.46% -
XYZ 11.08 14.85 15.92 -
YUV 99.9 131.44 102.39 -
System Red Green Blue C M Y K H S L
Decimal 64 117 106 0.45 0 0.09 0.54 167.55 0.29 0.35
Hex 40 75 6A 2D 0 9 36 A8 1D 23
Octal 100 165 152 55 0 11 66 250 35 43
Binary 1000000 1110101 1101010 101101 0 1001 110110 10101000 11101 100011

Color Harmonies of #40756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40756A

Black with #40756A

Text Example


Text Example

White with #40756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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