Html Css Color HEX #407466 Dark Green Copper

📋 copy color: '#407466'

red 64 ◦ green 116 ◦ blue 102

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

Shades of Dark Green Copper #407466

Tints of Dark Green Copper #407466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.17%

R = 22.7%
G = 41.13%
B = 36.17%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#407466 (or 0x407466) is known color: Dark Green Copper. HEX triplet: 40, 74 and 66. RGB value is (64,116,102). Sum of RGB (Red+Green+Blue) = 64+116+102=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #407466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407466 is #BF8B99. Grayscale: #626262. Windows color (decimal): -12553114 or 6714432. OLE color: 6714432.

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

Color convert

RGB 64 116 102 -
CMYK 0.45 0 0.12 0.55
HSL 163.85º 0.29% 0.35% -
HSV(B) 163.85º 0.45% 0.45% -
XYZ 10.76 14.54 14.81 -
YUV 98.86 129.77 103.14 -
System Red Green Blue C M Y K H S L
Decimal 64 116 102 0.45 0 0.12 0.55 163.85 0.29 0.35
Hex 40 74 66 2D 0 C 37 A4 1D 23
Octal 100 164 146 55 0 14 67 244 35 43
Binary 1000000 1110100 1100110 101101 0 1100 110111 10100100 11101 100011

Color Harmonies of #407466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407466

Black with #407466

Text Example


Text Example

White with #407466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407466; }

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

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

background-color css

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

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

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

border-color css

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

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

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