Html Css Color HEX #407065 Dark Green Copper

📋 copy color: '#407065'

red 64 ◦ green 112 ◦ blue 101

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

Shades of Dark Green Copper #407065

Tints of Dark Green Copper #407065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.43%

 BLUE value IS 101 (39.84% from 255) = 36.46%

R = 23.1%
G = 40.43%
B = 36.46%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#407065 (or 0x407065) is known color: Dark Green Copper. HEX triplet: 40, 70 and 65. RGB value is (64,112,101). Sum of RGB (Red+Green+Blue) = 64+112+101=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #407065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407065 is #BF8F9A. Grayscale: #606060. Windows color (decimal): -12554139 or 6647872. OLE color: 6647872.

HSL color Cylindrical-coordinate representation of color #407065: hue angle of 166.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #407065 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 101 -
CMYK 0.43 0 0.10 0.56
HSL 166.25º 0.27% 0.35% -
HSV(B) 166.25º 0.43% 0.44% -
XYZ 10.26 13.62 14.4 -
YUV 96.39 130.6 104.89 -
System Red Green Blue C M Y K H S L
Decimal 64 112 101 0.43 0 0.10 0.56 166.25 0.27 0.35
Hex 40 70 65 2B 0 A 38 A6 1B 23
Octal 100 160 145 53 0 12 70 246 33 43
Binary 1000000 1110000 1100101 101011 0 1010 111000 10100110 11011 100011

Color Harmonies of #407065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407065

Black with #407065

Text Example


Text Example

White with #407065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407065; }

 p { color: rgb(64,112,101); }

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

background-color css

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

 a { background-color: rgb(64,112,101); }

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

border-color css

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

 span { border-color: rgb(64,112,101); }

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