Html Css Color HEX #467164 Dark Green Copper

📋 copy color: '#467164'

red 70 ◦ green 113 ◦ blue 100

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

Shades of Dark Green Copper #467164

Tints of Dark Green Copper #467164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.34%

R = 24.73%
G = 39.93%
B = 35.34%

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

#467164 (or 0x467164) is known color: Dark Green Copper. HEX triplet: 46, 71 and 64. RGB value is (70,113,100). Sum of RGB (Red+Green+Blue) = 70+113+100=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 113 - color contains mainly: green. Hex color #467164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467164 is #B98E9B. Grayscale: #626262. Windows color (decimal): -12160668 or 6582598. OLE color: 6582598.

HSL color Cylindrical-coordinate representation of color #467164: hue angle of 161.86º 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 #467164 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 113 100 -
CMYK 0.38 0 0.12 0.56
HSL 161.86º 0.23% 0.36% -
HSV(B) 161.86º 0.38% 0.44% -
XYZ 10.73 14.03 14.2 -
YUV 98.66 128.75 107.56 -
System Red Green Blue C M Y K H S L
Decimal 70 113 100 0.38 0 0.12 0.56 161.86 0.23 0.36
Hex 46 71 64 26 0 C 38 A2 17 24
Octal 106 161 144 46 0 14 70 242 27 44
Binary 1000110 1110001 1100100 100110 0 1100 111000 10100010 10111 100100

Color Harmonies of #467164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467164

Black with #467164

Text Example


Text Example

White with #467164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467164; }

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

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

background-color css

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

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

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

border-color css

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

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

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