Html Css Color HEX #407063 Dark Green Copper

📋 copy color: '#407063'

red 64 ◦ green 112 ◦ blue 99

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

Shades of Dark Green Copper #407063

Tints of Dark Green Copper #407063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36%

R = 23.27%
G = 40.73%
B = 36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#407063 (or 0x407063) is known color: Dark Green Copper. HEX triplet: 40, 70 and 63. RGB value is (64,112,99). Sum of RGB (Red+Green+Blue) = 64+112+99=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #407063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407063 is #BF8F9C. Grayscale: #606060. Windows color (decimal): -12554141 or 6516800. OLE color: 6516800.

HSL color Cylindrical-coordinate representation of color #407063: hue angle of 163.75º 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 #407063 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 99 -
CMYK 0.43 0 0.12 0.56
HSL 163.75º 0.27% 0.35% -
HSV(B) 163.75º 0.43% 0.44% -
XYZ 10.16 13.58 13.89 -
YUV 96.17 129.6 105.06 -
System Red Green Blue C M Y K H S L
Decimal 64 112 99 0.43 0 0.12 0.56 163.75 0.27 0.35
Hex 40 70 63 2B 0 C 38 A4 1B 23
Octal 100 160 143 53 0 14 70 244 33 43
Binary 1000000 1110000 1100011 101011 0 1100 111000 10100100 11011 100011

Color Harmonies of #407063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407063

Black with #407063

Text Example


Text Example

White with #407063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407063; }

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

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

background-color css

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

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

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

border-color css

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

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

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