Html Css Color HEX #407A6E Dark Green Copper

📋 copy color: '#407A6E'

red 64 ◦ green 122 ◦ blue 110

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

Shades of Dark Green Copper #407A6E

Tints of Dark Green Copper #407A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.22%

 BLUE value IS 110 (43.36% from 255) = 37.16%

R = 21.62%
G = 41.22%
B = 37.16%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#407A6E (or 0x407A6E) is known color: Dark Green Copper. HEX triplet: 40, 7A and 6E. RGB value is (64,122,110). Sum of RGB (Red+Green+Blue) = 64+122+110=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 122 - color contains mainly: green. Hex color #407A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A6E is #BF8591. Grayscale: #676767. Windows color (decimal): -12551570 or 7240256. OLE color: 7240256.

HSL color Cylindrical-coordinate representation of color #407A6E: hue angle of 167.59º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407A6E is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 122 110 -
CMYK 0.48 0 0.10 0.52
HSL 167.59º 0.31% 0.36% -
HSV(B) 167.59º 0.48% 0.48% -
XYZ 11.89 16.13 17.24 -
YUV 103.29 131.78 99.98 -
System Red Green Blue C M Y K H S L
Decimal 64 122 110 0.48 0 0.10 0.52 167.59 0.31 0.36
Hex 40 7A 6E 30 0 A 34 A8 1F 24
Octal 100 172 156 60 0 12 64 250 37 44
Binary 1000000 1111010 1101110 110000 0 1010 110100 10101000 11111 100100

Color Harmonies of #407A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407A6E

Black with #407A6E

Text Example


Text Example

White with #407A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407A6E; }

 p { color: rgb(64,122,110); }

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

background-color css

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

 a { background-color: rgb(64,122,110); }

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

border-color css

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

 span { border-color: rgb(64,122,110); }

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