Html Css Color HEX #407668 Dark Green Copper

📋 copy color: '#407668'

red 64 ◦ green 118 ◦ blue 104

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

Shades of Dark Green Copper #407668

Tints of Dark Green Copper #407668

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.26%

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 22.38%
G = 41.26%
B = 36.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#407668 (or 0x407668) is known color: Dark Green Copper. HEX triplet: 40, 76 and 68. RGB value is (64,118,104). Sum of RGB (Red+Green+Blue) = 64+118+104=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #407668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407668 is #BF8997. Grayscale: #646464. Windows color (decimal): -12552600 or 6846016. OLE color: 6846016.

HSL color Cylindrical-coordinate representation of color #407668: hue angle of 164.44º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407668 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 118 104 -
CMYK 0.46 0 0.12 0.54
HSL 164.44º 0.3% 0.36% -
HSV(B) 164.44º 0.46% 0.46% -
XYZ 11.09 15.05 15.42 -
YUV 100.26 130.11 102.14 -
System Red Green Blue C M Y K H S L
Decimal 64 118 104 0.46 0 0.12 0.54 164.44 0.3 0.36
Hex 40 76 68 2E 0 C 36 A4 1E 24
Octal 100 166 150 56 0 14 66 244 36 44
Binary 1000000 1110110 1101000 101110 0 1100 110110 10100100 11110 100100

Color Harmonies of #407668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407668

Black with #407668

Text Example


Text Example

White with #407668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407668; }

 p { color: rgb(64,118,104); }

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

background-color css

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

 a { background-color: rgb(64,118,104); }

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

border-color css

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

 span { border-color: rgb(64,118,104); }

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