Html Css Color HEX #467163 Dark Green Copper

📋 copy color: '#467163'

red 70 ◦ green 113 ◦ blue 99

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

Shades of Dark Green Copper #467163

Tints of Dark Green Copper #467163

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.07%

 BLUE value IS 99 (39.06% from 255) = 35.11%

R = 24.82%
G = 40.07%
B = 35.11%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#467163 (or 0x467163) is known color: Dark Green Copper. HEX triplet: 46, 71 and 63. RGB value is (70,113,99). Sum of RGB (Red+Green+Blue) = 70+113+99=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #467163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467163 is #B98E9C. Grayscale: #626262. Windows color (decimal): -12160669 or 6517062. OLE color: 6517062.

HSL color Cylindrical-coordinate representation of color #467163: hue angle of 160.47º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #467163 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 113 99 -
CMYK 0.38 0 0.12 0.56
HSL 160.47º 0.23% 0.36% -
HSV(B) 160.47º 0.38% 0.44% -
XYZ 10.68 14.01 13.95 -
YUV 98.55 128.25 107.64 -
System Red Green Blue C M Y K H S L
Decimal 70 113 99 0.38 0 0.12 0.56 160.47 0.23 0.36
Hex 46 71 63 26 0 C 38 A0 17 24
Octal 106 161 143 46 0 14 70 240 27 44
Binary 1000110 1110001 1100011 100110 0 1100 111000 10100000 10111 100100

Color Harmonies of #467163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467163

Black with #467163

Text Example


Text Example

White with #467163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467163; }

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

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

background-color css

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

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

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

border-color css

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

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

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