Html Css Color HEX #477069 Dark Green Copper

📋 copy color: '#477069'

red 71 ◦ green 112 ◦ blue 105

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

Shades of Dark Green Copper #477069

Tints of Dark Green Copper #477069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.89%

 BLUE value IS 105 (41.41% from 255) = 36.46%

R = 24.65%
G = 38.89%
B = 36.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#477069 (or 0x477069) is known color: Dark Green Copper. HEX triplet: 47, 70 and 69. RGB value is (71,112,105). Sum of RGB (Red+Green+Blue) = 71+112+105=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #477069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477069 is #B88F96. Grayscale: #626262. Windows color (decimal): -12095383 or 6910023. OLE color: 6910023.

HSL color Cylindrical-coordinate representation of color #477069: hue angle of 169.76º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #477069 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 112 105 -
CMYK 0.37 0 0.06 0.56
HSL 169.76º 0.22% 0.36% -
HSV(B) 169.76º 0.37% 0.44% -
XYZ 10.94 13.95 15.48 -
YUV 98.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 71 112 105 0.37 0 0.06 0.56 169.76 0.22 0.36
Hex 47 70 69 25 0 6 38 AA 16 24
Octal 107 160 151 45 0 6 70 252 26 44
Binary 1000111 1110000 1101001 100101 0 110 111000 10101010 10110 100100

Color Harmonies of #477069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477069

Black with #477069

Text Example


Text Example

White with #477069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477069; }

 p { color: rgb(71,112,105); }

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

background-color css

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

 a { background-color: rgb(71,112,105); }

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

border-color css

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

 span { border-color: rgb(71,112,105); }

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