Html Css Color HEX #477066 Dark Green Copper

📋 copy color: '#477066'

red 71 ◦ green 112 ◦ blue 102

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

Shades of Dark Green Copper #477066

Tints of Dark Green Copper #477066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 24.91%
G = 39.3%
B = 35.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#477066 (or 0x477066) is known color: Dark Green Copper. HEX triplet: 47, 70 and 66. RGB value is (71,112,102). Sum of RGB (Red+Green+Blue) = 71+112+102=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #477066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477066 is #B88F99. Grayscale: #626262. Windows color (decimal): -12095386 or 6713415. OLE color: 6713415.

HSL color Cylindrical-coordinate representation of color #477066: hue angle of 165.37º 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 #477066 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 112 102 -
CMYK 0.37 0 0.09 0.56
HSL 165.37º 0.22% 0.36% -
HSV(B) 165.37º 0.37% 0.44% -
XYZ 10.79 13.89 14.68 -
YUV 98.6 129.92 108.31 -
System Red Green Blue C M Y K H S L
Decimal 71 112 102 0.37 0 0.09 0.56 165.37 0.22 0.36
Hex 47 70 66 25 0 9 38 A5 16 24
Octal 107 160 146 45 0 11 70 245 26 44
Binary 1000111 1110000 1100110 100101 0 1001 111000 10100101 10110 100100

Color Harmonies of #477066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477066

Black with #477066

Text Example


Text Example

White with #477066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477066; }

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

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

background-color css

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

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

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

border-color css

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

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

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