Html Css Color HEX #40746B Dark Green Copper

📋 copy color: '#40746B'

red 64 ◦ green 116 ◦ blue 107

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

Shades of Dark Green Copper #40746B

Tints of Dark Green Copper #40746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.42%

 BLUE value IS 107 (42.19% from 255) = 37.28%

R = 22.3%
G = 40.42%
B = 37.28%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#40746B (or 0x40746B) is known color: Dark Green Copper. HEX triplet: 40, 74 and 6B. RGB value is (64,116,107). Sum of RGB (Red+Green+Blue) = 64+116+107=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #40746B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40746B is #BF8B94. Grayscale: #636363. Windows color (decimal): -12553109 or 7042112. OLE color: 7042112.

HSL color Cylindrical-coordinate representation of color #40746B: hue angle of 169.62º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #40746B is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 116 107 -
CMYK 0.45 0 0.08 0.55
HSL 169.62º 0.29% 0.35% -
HSV(B) 169.62º 0.45% 0.45% -
XYZ 11.01 14.64 16.16 -
YUV 99.43 132.27 102.73 -
System Red Green Blue C M Y K H S L
Decimal 64 116 107 0.45 0 0.08 0.55 169.62 0.29 0.35
Hex 40 74 6B 2D 0 8 37 AA 1D 23
Octal 100 164 153 55 0 10 67 252 35 43
Binary 1000000 1110100 1101011 101101 0 1000 110111 10101010 11101 100011

Color Harmonies of #40746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40746B

Black with #40746B

Text Example


Text Example

White with #40746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40746B; }

 p { color: rgb(64,116,107); }

 H1.HeaderClassName
 {
   color: #40746B;
 }
 .AnyTagClassName
 {
   color: #40746B;
 }
</style>

background-color css

<style>
 a { background-color: #40746B; }

 a { background-color: rgb(64,116,107); }

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

border-color css

<style>
 span { border-color: #40746B; }

 span { border-color: rgb(64,116,107); }

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