Html Css Color HEX #407469 Dark Green Copper

📋 copy color: '#407469'

red 64 ◦ green 116 ◦ blue 105

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

Shades of Dark Green Copper #407469

Tints of Dark Green Copper #407469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.84%

R = 22.46%
G = 40.7%
B = 36.84%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#407469 (or 0x407469) is known color: Dark Green Copper. HEX triplet: 40, 74 and 69. RGB value is (64,116,105). Sum of RGB (Red+Green+Blue) = 64+116+105=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #407469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407469 is #BF8B96. Grayscale: #636363. Windows color (decimal): -12553111 or 6911040. OLE color: 6911040.

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

Color convert

RGB 64 116 105 -
CMYK 0.45 0 0.09 0.55
HSL 167.31º 0.29% 0.35% -
HSV(B) 167.31º 0.45% 0.45% -
XYZ 10.91 14.6 15.61 -
YUV 99.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 64 116 105 0.45 0 0.09 0.55 167.31 0.29 0.35
Hex 40 74 69 2D 0 9 37 A7 1D 23
Octal 100 164 151 55 0 11 67 247 35 43
Binary 1000000 1110100 1101001 101101 0 1001 110111 10100111 11101 100011

Color Harmonies of #407469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407469

Black with #407469

Text Example


Text Example

White with #407469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407469; }

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

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

background-color css

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

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

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

border-color css

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

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

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