Html Css Color HEX #476F68 Dark Green Copper

📋 copy color: '#476F68'

red 71 ◦ green 111 ◦ blue 104

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

Shades of Dark Green Copper #476F68

Tints of Dark Green Copper #476F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 24.83%
G = 38.81%
B = 36.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#476F68 (or 0x476F68) is known color: Dark Green Copper. HEX triplet: 47, 6F and 68. RGB value is (71,111,104). Sum of RGB (Red+Green+Blue) = 71+111+104=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 111 - color contains mainly: green. Hex color #476F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F68 is #B89097. Grayscale: #626262. Windows color (decimal): -12095640 or 6844231. OLE color: 6844231.

HSL color Cylindrical-coordinate representation of color #476F68: hue angle of 169.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 #476F68 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 111 104 -
CMYK 0.36 0 0.06 0.56
HSL 169.5º 0.22% 0.36% -
HSV(B) 169.5º 0.36% 0.44% -
XYZ 10.78 13.71 15.17 -
YUV 98.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 71 111 104 0.36 0 0.06 0.56 169.5 0.22 0.36
Hex 47 6F 68 24 0 6 38 AA 16 24
Octal 107 157 150 44 0 6 70 252 26 44
Binary 1000111 1101111 1101000 100100 0 110 111000 10101010 10110 100100

Color Harmonies of #476F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476F68

Black with #476F68

Text Example


Text Example

White with #476F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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