Html Css Color HEX #407569 Dark Green Copper

📋 copy color: '#407569'

red 64 ◦ green 117 ◦ blue 105

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

Shades of Dark Green Copper #407569

Tints of Dark Green Copper #407569

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.91%

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

R = 22.38%
G = 40.91%
B = 36.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#407569 (or 0x407569) is known color: Dark Green Copper. HEX triplet: 40, 75 and 69. RGB value is (64,117,105). Sum of RGB (Red+Green+Blue) = 64+117+105=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #407569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407569 is #BF8A96. Grayscale: #636363. Windows color (decimal): -12552855 or 6911296. OLE color: 6911296.

HSL color Cylindrical-coordinate representation of color #407569: hue angle of 166.42º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #407569 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 117 105 -
CMYK 0.45 0 0.10 0.54
HSL 166.42º 0.29% 0.35% -
HSV(B) 166.42º 0.45% 0.46% -
XYZ 11.03 14.83 15.65 -
YUV 99.79 130.94 102.48 -
System Red Green Blue C M Y K H S L
Decimal 64 117 105 0.45 0 0.10 0.54 166.42 0.29 0.35
Hex 40 75 69 2D 0 A 36 A6 1D 23
Octal 100 165 151 55 0 12 66 246 35 43
Binary 1000000 1110101 1101001 101101 0 1010 110110 10100110 11101 100011

Color Harmonies of #407569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407569

Black with #407569

Text Example


Text Example

White with #407569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407569; }

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

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

background-color css

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

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

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

border-color css

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

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

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