Html Css Color HEX #477C75 Dark Green Copper

📋 copy color: '#477C75'

red 71 ◦ green 124 ◦ blue 117

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

Shades of Dark Green Copper #477C75

Tints of Dark Green Copper #477C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.5%

R = 22.76%
G = 39.74%
B = 37.5%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#477C75 (or 0x477C75) is known color: Dark Green Copper. HEX triplet: 47, 7C and 75. RGB value is (71,124,117). Sum of RGB (Red+Green+Blue) = 71+124+117=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #477C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C75 is #B8838A. Grayscale: #6B6B6B. Windows color (decimal): -12092299 or 7699527. OLE color: 7699527.

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

Color convert

RGB 71 124 117 -
CMYK 0.43 0 0.06 0.51
HSL 172.08º 0.27% 0.38% -
HSV(B) 172.08º 0.43% 0.49% -
XYZ 13.02 17.04 19.43 -
YUV 107.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 71 124 117 0.43 0 0.06 0.51 172.08 0.27 0.38
Hex 47 7C 75 2B 0 6 33 AC 1B 26
Octal 107 174 165 53 0 6 63 254 33 46
Binary 1000111 1111100 1110101 101011 0 110 110011 10101100 11011 100110

Color Harmonies of #477C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477C75

Black with #477C75

Text Example


Text Example

White with #477C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,124,117); }

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

background-color css

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

 a { background-color: rgb(71,124,117); }

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

border-color css

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

 span { border-color: rgb(71,124,117); }

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