Html Css Color HEX #476F6C Dark Green Copper

📋 copy color: '#476F6C'

red 71 ◦ green 111 ◦ blue 108

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

Shades of Dark Green Copper #476F6C

Tints of Dark Green Copper #476F6C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.28%

 BLUE value IS 108 (42.58% from 255) = 37.24%

R = 24.48%
G = 38.28%
B = 37.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#476F6C (or 0x476F6C) is known color: Dark Green Copper. HEX triplet: 47, 6F and 6C. RGB value is (71,111,108). Sum of RGB (Red+Green+Blue) = 71+111+108=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 111 - color contains mainly: green. Hex color #476F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F6C is #B89093. Grayscale: #626262. Windows color (decimal): -12095636 or 7106375. OLE color: 7106375.

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

Color convert

RGB 71 111 108 -
CMYK 0.36 0 0.03 0.56
HSL 175.5º 0.22% 0.36% -
HSV(B) 175.5º 0.36% 0.44% -
XYZ 10.99 13.79 16.27 -
YUV 98.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 71 111 108 0.36 0 0.03 0.56 175.5 0.22 0.36
Hex 47 6F 6C 24 0 3 38 B0 16 24
Octal 107 157 154 44 0 3 70 260 26 44
Binary 1000111 1101111 1101100 100100 0 11 111000 10110000 10110 100100

Color Harmonies of #476F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F6C

Black with #476F6C

Text Example


Text Example

White with #476F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,111,108); }

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

background-color css

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

 a { background-color: rgb(71,111,108); }

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

border-color css

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

 span { border-color: rgb(71,111,108); }

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