Html Css Color HEX #407C70 Dark Green Copper

📋 copy color: '#407C70'

red 64 ◦ green 124 ◦ blue 112

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

Shades of Dark Green Copper #407C70

Tints of Dark Green Copper #407C70

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.33%

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

R = 21.33%
G = 41.33%
B = 37.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#407C70 (or 0x407C70) is known color: Dark Green Copper. HEX triplet: 40, 7C and 70. RGB value is (64,124,112). Sum of RGB (Red+Green+Blue) = 64+124+112=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 124 - color contains mainly: green. Hex color #407C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C70 is #BF838F. Grayscale: #686868. Windows color (decimal): -12551056 or 7371840. OLE color: 7371840.

HSL color Cylindrical-coordinate representation of color #407C70: hue angle of 168º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407C70 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 124 112 -
CMYK 0.48 0 0.10 0.51
HSL 168º 0.32% 0.37% -
HSV(B) 168º 0.48% 0.49% -
XYZ 12.25 16.68 17.9 -
YUV 104.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 64 124 112 0.48 0 0.10 0.51 168 0.32 0.37
Hex 40 7C 70 30 0 A 33 A8 20 25
Octal 100 174 160 60 0 12 63 250 40 45
Binary 1000000 1111100 1110000 110000 0 1010 110011 10101000 100000 100101

Color Harmonies of #407C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407C70

Black with #407C70

Text Example


Text Example

White with #407C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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