Html Css Color HEX #467471 Dark Green Copper

📋 copy color: '#467471'

red 70 ◦ green 116 ◦ blue 113

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

Shades of Dark Green Copper #467471

Tints of Dark Green Copper #467471

RGB

 RED value IS 70 (27.73% from 255) = 23.41%

 GREEN value IS 116 (45.7% from 255) = 38.8%

 BLUE value IS 113 (44.53% from 255) = 37.79%

R = 23.41%
G = 38.8%
B = 37.79%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#467471 (or 0x467471) is known color: Dark Green Copper. HEX triplet: 46, 74 and 71. RGB value is (70,116,113). Sum of RGB (Red+Green+Blue) = 70+116+113=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 116 - color contains mainly: green. Hex color #467471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467471 is #B98B8E. Grayscale: #656565. Windows color (decimal): -12159887 or 7435334. OLE color: 7435334.

HSL color Cylindrical-coordinate representation of color #467471: hue angle of 176.09º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #467471 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 116 113 -
CMYK 0.40 0 0.03 0.55
HSL 176.09º 0.25% 0.36% -
HSV(B) 176.09º 0.4% 0.45% -
XYZ 11.75 14.99 17.9 -
YUV 101.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 70 116 113 0.40 0 0.03 0.55 176.09 0.25 0.36
Hex 46 74 71 28 0 3 37 B0 19 24
Octal 106 164 161 50 0 3 67 260 31 44
Binary 1000110 1110100 1110001 101000 0 11 110111 10110000 11001 100100

Color Harmonies of #467471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467471

Black with #467471

Text Example


Text Example

White with #467471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467471; }

 p { color: rgb(70,116,113); }

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

background-color css

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

 a { background-color: rgb(70,116,113); }

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

border-color css

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

 span { border-color: rgb(70,116,113); }

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