Html Css Color HEX #467B71 Dark Green Copper

📋 copy color: '#467B71'

red 70 ◦ green 123 ◦ blue 113

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

Shades of Dark Green Copper #467B71

Tints of Dark Green Copper #467B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.2%

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

R = 22.88%
G = 40.2%
B = 36.93%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#467B71 (or 0x467B71) is known color: Dark Green Copper. HEX triplet: 46, 7B and 71. RGB value is (70,123,113). Sum of RGB (Red+Green+Blue) = 70+123+113=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 123 - color contains mainly: green. Hex color #467B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467B71 is #B9848E. Grayscale: #6A6A6A. Windows color (decimal): -12158095 or 7437126. OLE color: 7437126.

HSL color Cylindrical-coordinate representation of color #467B71: hue angle of 168.68º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #467B71 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 123 113 -
CMYK 0.43 0 0.08 0.52
HSL 168.68º 0.27% 0.38% -
HSV(B) 168.68º 0.43% 0.48% -
XYZ 12.59 16.66 18.18 -
YUV 106.01 131.94 102.31 -
System Red Green Blue C M Y K H S L
Decimal 70 123 113 0.43 0 0.08 0.52 168.68 0.27 0.38
Hex 46 7B 71 2B 0 8 34 A9 1B 26
Octal 106 173 161 53 0 10 64 251 33 46
Binary 1000110 1111011 1110001 101011 0 1000 110100 10101001 11011 100110

Color Harmonies of #467B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467B71

Black with #467B71

Text Example


Text Example

White with #467B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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