Html Css Color HEX #477772 Dark Green Copper

📋 copy color: '#477772'

red 71 ◦ green 119 ◦ blue 114

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

Shades of Dark Green Copper #477772

Tints of Dark Green Copper #477772

RGB

 RED value IS 71 (28.13% from 255) = 23.36%

 GREEN value IS 119 (46.88% from 255) = 39.14%

 BLUE value IS 114 (44.92% from 255) = 37.5%

R = 23.36%
G = 39.14%
B = 37.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#477772 (or 0x477772) is known color: Dark Green Copper. HEX triplet: 47, 77 and 72. RGB value is (71,119,114). Sum of RGB (Red+Green+Blue) = 71+119+114=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 119 - color contains mainly: green. Hex color #477772 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477772 is #B8888D. Grayscale: #686868. Windows color (decimal): -12093582 or 7501639. OLE color: 7501639.

HSL color Cylindrical-coordinate representation of color #477772: hue angle of 173.75º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #477772 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 119 114 -
CMYK 0.40 0 0.04 0.53
HSL 173.75º 0.25% 0.37% -
HSV(B) 173.75º 0.4% 0.47% -
XYZ 12.23 15.75 18.31 -
YUV 104.08 133.6 104.41 -
System Red Green Blue C M Y K H S L
Decimal 71 119 114 0.40 0 0.04 0.53 173.75 0.25 0.37
Hex 47 77 72 28 0 4 35 AE 19 25
Octal 107 167 162 50 0 4 65 256 31 45
Binary 1000111 1110111 1110010 101000 0 100 110101 10101110 11001 100101

Color Harmonies of #477772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477772

Black with #477772

Text Example


Text Example

White with #477772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477772; }

 p { color: rgb(71,119,114); }

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

background-color css

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

 a { background-color: rgb(71,119,114); }

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

border-color css

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

 span { border-color: rgb(71,119,114); }

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