Html Css Color HEX #407570 Dark Green Copper

📋 copy color: '#407570'

red 64 ◦ green 117 ◦ blue 112

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

Shades of Dark Green Copper #407570

Tints of Dark Green Copper #407570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.23%

R = 21.84%
G = 39.93%
B = 38.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#407570 (or 0x407570) is known color: Dark Green Copper. HEX triplet: 40, 75 and 70. RGB value is (64,117,112). Sum of RGB (Red+Green+Blue) = 64+117+112=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #407570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407570 is #BF8A8F. Grayscale: #646464. Windows color (decimal): -12552848 or 7370048. OLE color: 7370048.

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

Color convert

RGB 64 117 112 -
CMYK 0.45 0 0.04 0.54
HSL 174.34º 0.29% 0.35% -
HSV(B) 174.34º 0.45% 0.46% -
XYZ 11.4 14.98 17.62 -
YUV 100.58 134.44 101.91 -
System Red Green Blue C M Y K H S L
Decimal 64 117 112 0.45 0 0.04 0.54 174.34 0.29 0.35
Hex 40 75 70 2D 0 4 36 AE 1D 23
Octal 100 165 160 55 0 4 66 256 35 43
Binary 1000000 1110101 1110000 101101 0 100 110110 10101110 11101 100011

Color Harmonies of #407570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407570

Black with #407570

Text Example


Text Example

White with #407570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407570; }

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

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

background-color css

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

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

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

border-color css

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

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

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