Html Css Color HEX #477B74 Dark Green Copper

📋 copy color: '#477B74'

red 71 ◦ green 123 ◦ blue 116

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

Shades of Dark Green Copper #477B74

Tints of Dark Green Copper #477B74

RGB

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

 GREEN value IS 123 (48.44% from 255) = 39.68%

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 22.9%
G = 39.68%
B = 37.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.52

RGB Variations

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

Color information

#477B74 (or 0x477B74) is known color: Dark Green Copper. HEX triplet: 47, 7B and 74. RGB value is (71,123,116). Sum of RGB (Red+Green+Blue) = 71+123+116=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 123 - color contains mainly: green. Hex color #477B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477B74 is #B8848B. Grayscale: #6A6A6A. Windows color (decimal): -12092556 or 7633735. OLE color: 7633735.

HSL color Cylindrical-coordinate representation of color #477B74: hue angle of 171.92º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #477B74 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 123 116 -
CMYK 0.42 0 0.06 0.52
HSL 171.92º 0.27% 0.38% -
HSV(B) 171.92º 0.42% 0.48% -
XYZ 12.83 16.77 19.08 -
YUV 106.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 71 123 116 0.42 0 0.06 0.52 171.92 0.27 0.38
Hex 47 7B 74 2A 0 6 34 AC 1B 26
Octal 107 173 164 52 0 6 64 254 33 46
Binary 1000111 1111011 1110100 101010 0 110 110100 10101100 11011 100110

Color Harmonies of #477B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477B74

Black with #477B74

Text Example


Text Example

White with #477B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477B74; }

 p { color: rgb(71,123,116); }

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

background-color css

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

 a { background-color: rgb(71,123,116); }

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

border-color css

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

 span { border-color: rgb(71,123,116); }

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