Html Css Color HEX #476B69 Dark Green Copper

📋 copy color: '#476B69'

red 71 ◦ green 107 ◦ blue 105

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

Shades of Dark Green Copper #476B69

Tints of Dark Green Copper #476B69

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.81%

 BLUE value IS 105 (41.41% from 255) = 37.1%

R = 25.09%
G = 37.81%
B = 37.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#476B69 (or 0x476B69) is known color: Dark Green Copper. HEX triplet: 47, 6B and 69. RGB value is (71,107,105). Sum of RGB (Red+Green+Blue) = 71+107+105=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 107 - color contains mainly: green. Hex color #476B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B69 is #B89496. Grayscale: #5F5F5F. Windows color (decimal): -12096663 or 6908743. OLE color: 6908743.

HSL color Cylindrical-coordinate representation of color #476B69: hue angle of 176.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #476B69 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 107 105 -
CMYK 0.34 0 0.02 0.58
HSL 176.67º 0.2% 0.35% -
HSV(B) 176.67º 0.34% 0.42% -
XYZ 10.41 12.87 15.3 -
YUV 96.01 133.07 110.16 -
System Red Green Blue C M Y K H S L
Decimal 71 107 105 0.34 0 0.02 0.58 176.67 0.2 0.35
Hex 47 6B 69 22 0 2 3A B1 14 23
Octal 107 153 151 42 0 2 72 261 24 43
Binary 1000111 1101011 1101001 100010 0 10 111010 10110001 10100 100011

Color Harmonies of #476B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476B69

Black with #476B69

Text Example


Text Example

White with #476B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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