Html Css Color HEX #476D6B Dark Green Copper

📋 copy color: '#476D6B'

red 71 ◦ green 109 ◦ blue 107

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

Shades of Dark Green Copper #476D6B

Tints of Dark Green Copper #476D6B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.98%

 BLUE value IS 107 (42.19% from 255) = 37.28%

R = 24.74%
G = 37.98%
B = 37.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#476D6B (or 0x476D6B) is known color: Dark Green Copper. HEX triplet: 47, 6D and 6B. RGB value is (71,109,107). Sum of RGB (Red+Green+Blue) = 71+109+107=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 109 - color contains mainly: green. Hex color #476D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D6B is #B89294. Grayscale: #616161. Windows color (decimal): -12096149 or 7040327. OLE color: 7040327.

HSL color Cylindrical-coordinate representation of color #476D6B: hue angle of 176.84º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476D6B is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 109 107 -
CMYK 0.35 0 0.02 0.57
HSL 176.84º 0.21% 0.35% -
HSV(B) 176.84º 0.35% 0.43% -
XYZ 10.72 13.34 15.92 -
YUV 97.41 133.41 109.16 -
System Red Green Blue C M Y K H S L
Decimal 71 109 107 0.35 0 0.02 0.57 176.84 0.21 0.35
Hex 47 6D 6B 23 0 2 39 B1 15 23
Octal 107 155 153 43 0 2 71 261 25 43
Binary 1000111 1101101 1101011 100011 0 10 111001 10110001 10101 100011

Color Harmonies of #476D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D6B

Black with #476D6B

Text Example


Text Example

White with #476D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476D6B; }

 p { color: rgb(71,109,107); }

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

background-color css

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

 a { background-color: rgb(71,109,107); }

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

border-color css

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

 span { border-color: rgb(71,109,107); }

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