Html Css Color HEX #476762 Dark Green Copper

📋 copy color: '#476762'

red 71 ◦ green 103 ◦ blue 98

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

Shades of Dark Green Copper #476762

Tints of Dark Green Copper #476762

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.87%

 BLUE value IS 98 (38.67% from 255) = 36.03%

R = 26.1%
G = 37.87%
B = 36.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#476762 (or 0x476762) is known color: Dark Green Copper. HEX triplet: 47, 67 and 62. RGB value is (71,103,98). Sum of RGB (Red+Green+Blue) = 71+103+98=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 103 - color contains mainly: green. Hex color #476762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476762 is #B8989D. Grayscale: #5C5C5C. Windows color (decimal): -12097694 or 6448967. OLE color: 6448967.

HSL color Cylindrical-coordinate representation of color #476762: hue angle of 170.62º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #476762 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 103 98 -
CMYK 0.31 0 0.05 0.60
HSL 170.63º 0.18% 0.34% -
HSV(B) 170.63º 0.31% 0.4% -
XYZ 9.65 11.92 13.35 -
YUV 92.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 71 103 98 0.31 0 0.05 0.60 170.63 0.18 0.34
Hex 47 67 62 1F 0 5 3C AB 12 22
Octal 107 147 142 37 0 5 74 253 22 42
Binary 1000111 1100111 1100010 11111 0 101 111100 10101011 10010 100010

Color Harmonies of #476762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476762

Black with #476762

Text Example


Text Example

White with #476762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476762; }

 p { color: rgb(71,103,98); }

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

background-color css

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

 a { background-color: rgb(71,103,98); }

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

border-color css

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

 span { border-color: rgb(71,103,98); }

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