Html Css Color HEX #407467 Dark Green Copper

📋 copy color: '#407467'

red 64 ◦ green 116 ◦ blue 103

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

Shades of Dark Green Copper #407467

Tints of Dark Green Copper #407467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.4%

R = 22.61%
G = 40.99%
B = 36.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#407467 (or 0x407467) is known color: Dark Green Copper. HEX triplet: 40, 74 and 67. RGB value is (64,116,103). Sum of RGB (Red+Green+Blue) = 64+116+103=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #407467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407467 is #BF8B98. Grayscale: #626262. Windows color (decimal): -12553113 or 6779968. OLE color: 6779968.

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

Color convert

RGB 64 116 103 -
CMYK 0.45 0 0.11 0.55
HSL 165º 0.29% 0.35% -
HSV(B) 165º 0.45% 0.45% -
XYZ 10.81 14.56 15.07 -
YUV 98.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 64 116 103 0.45 0 0.11 0.55 165 0.29 0.35
Hex 40 74 67 2D 0 B 37 A5 1D 23
Octal 100 164 147 55 0 13 67 245 35 43
Binary 1000000 1110100 1100111 101101 0 1011 110111 10100101 11101 100011

Color Harmonies of #407467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407467

Black with #407467

Text Example


Text Example

White with #407467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407467; }

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

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

background-color css

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

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

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

border-color css

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

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

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