Html Css Color HEX #467971 Dark Green Copper

📋 copy color: '#467971'

red 70 ◦ green 121 ◦ blue 113

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

Shades of Dark Green Copper #467971

Tints of Dark Green Copper #467971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.8%

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

R = 23.03%
G = 39.8%
B = 37.17%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#467971 (or 0x467971) is known color: Dark Green Copper. HEX triplet: 46, 79 and 71. RGB value is (70,121,113). Sum of RGB (Red+Green+Blue) = 70+121+113=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 121 - color contains mainly: green. Hex color #467971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467971 is #B9868E. Grayscale: #686868. Windows color (decimal): -12158607 or 7436614. OLE color: 7436614.

HSL color Cylindrical-coordinate representation of color #467971: hue angle of 170.59º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #467971 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 121 113 -
CMYK 0.42 0 0.07 0.53
HSL 170.59º 0.27% 0.37% -
HSV(B) 170.59º 0.42% 0.47% -
XYZ 12.34 16.17 18.09 -
YUV 104.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 70 121 113 0.42 0 0.07 0.53 170.59 0.27 0.37
Hex 46 79 71 2A 0 7 35 AB 1B 25
Octal 106 171 161 52 0 7 65 253 33 45
Binary 1000110 1111001 1110001 101010 0 111 110101 10101011 11011 100101

Color Harmonies of #467971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467971

Black with #467971

Text Example


Text Example

White with #467971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467971; }

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

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

background-color css

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

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

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

border-color css

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

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

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