Html Css Color HEX #40756F Dark Green Copper

📋 copy color: '#40756F'

red 64 ◦ green 117 ◦ blue 111

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

Shades of Dark Green Copper #40756F

Tints of Dark Green Copper #40756F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.01%

R = 21.92%
G = 40.07%
B = 38.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#40756F (or 0x40756F) is known color: Dark Green Copper. HEX triplet: 40, 75 and 6F. RGB value is (64,117,111). Sum of RGB (Red+Green+Blue) = 64+117+111=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 117 - color contains mainly: green. Hex color #40756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40756F is #BF8A90. Grayscale: #646464. Windows color (decimal): -12552849 or 7304512. OLE color: 7304512.

HSL color Cylindrical-coordinate representation of color #40756F: hue angle of 173.21º 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 #40756F is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 117 111 -
CMYK 0.45 0 0.05 0.54
HSL 173.21º 0.29% 0.35% -
HSV(B) 173.21º 0.45% 0.46% -
XYZ 11.34 14.96 17.33 -
YUV 100.47 133.94 101.99 -
System Red Green Blue C M Y K H S L
Decimal 64 117 111 0.45 0 0.05 0.54 173.21 0.29 0.35
Hex 40 75 6F 2D 0 5 36 AD 1D 23
Octal 100 165 157 55 0 5 66 255 35 43
Binary 1000000 1110101 1101111 101101 0 101 110110 10101101 11101 100011

Color Harmonies of #40756F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40756F

Black with #40756F

Text Example


Text Example

White with #40756F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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