Html Css Color HEX #4A7C71 Dark Green Copper

📋 copy color: '#4A7C71'

red 74 ◦ green 124 ◦ blue 113

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

Shades of Dark Green Copper #4A7C71

Tints of Dark Green Copper #4A7C71

RGB

 RED value IS 74 (29.3% from 255) = 23.79%

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

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 23.79%
G = 39.87%
B = 36.33%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#4A7C71 (or 0x4A7C71) is known color: Dark Green Copper. HEX triplet: 4A, 7C and 71. RGB value is (74,124,113). Sum of RGB (Red+Green+Blue) = 74+124+113=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 124 - color contains mainly: green. Hex color #4A7C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A7C71 is #B5838E. Grayscale: #6B6B6B. Windows color (decimal): -11895695 or 7437386. OLE color: 7437386.

HSL color Cylindrical-coordinate representation of color #4A7C71: hue angle of 166.8º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4A7C71 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 124 113 -
CMYK 0.40 0 0.09 0.51
HSL 166.8º 0.25% 0.39% -
HSV(B) 166.8º 0.4% 0.49% -
XYZ 13.01 17.06 18.23 -
YUV 107.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 74 124 113 0.40 0 0.09 0.51 166.8 0.25 0.39
Hex 4A 7C 71 28 0 9 33 A7 19 27
Octal 112 174 161 50 0 11 63 247 31 47
Binary 1001010 1111100 1110001 101000 0 1001 110011 10100111 11001 100111

Color Harmonies of #4A7C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7C71

Black with #4A7C71

Text Example


Text Example

White with #4A7C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A7C71; }

 p { color: rgb(74,124,113); }

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

background-color css

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

 a { background-color: rgb(74,124,113); }

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

border-color css

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

 span { border-color: rgb(74,124,113); }

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