Html Css Color HEX #466A64 Dark Green Copper

📋 copy color: '#466A64'

red 70 ◦ green 106 ◦ blue 100

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

Shades of Dark Green Copper #466A64

Tints of Dark Green Copper #466A64

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.41%

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

R = 25.36%
G = 38.41%
B = 36.23%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#466A64 (or 0x466A64) is known color: Dark Green Copper. HEX triplet: 46, 6A and 64. RGB value is (70,106,100). Sum of RGB (Red+Green+Blue) = 70+106+100=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 106 - color contains mainly: green. Hex color #466A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A64 is #B9959B. Grayscale: #5E5E5E. Windows color (decimal): -12162460 or 6580806. OLE color: 6580806.

HSL color Cylindrical-coordinate representation of color #466A64: hue angle of 170º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #466A64 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 106 100 -
CMYK 0.34 0 0.06 0.58
HSL 170º 0.2% 0.35% -
HSV(B) 170º 0.34% 0.42% -
XYZ 9.98 12.53 13.95 -
YUV 94.55 131.07 110.49 -
System Red Green Blue C M Y K H S L
Decimal 70 106 100 0.34 0 0.06 0.58 170 0.2 0.35
Hex 46 6A 64 22 0 6 3A AA 14 23
Octal 106 152 144 42 0 6 72 252 24 43
Binary 1000110 1101010 1100100 100010 0 110 111010 10101010 10100 100011

Color Harmonies of #466A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466A64

Black with #466A64

Text Example


Text Example

White with #466A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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