Html Css Color HEX #466962 Dark Green Copper

📋 copy color: '#466962'

red 70 ◦ green 105 ◦ blue 98

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

Shades of Dark Green Copper #466962

Tints of Dark Green Copper #466962

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.46%

 BLUE value IS 98 (38.67% from 255) = 35.9%

R = 25.64%
G = 38.46%
B = 35.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#466962 (or 0x466962) is known color: Dark Green Copper. HEX triplet: 46, 69 and 62. RGB value is (70,105,98). Sum of RGB (Red+Green+Blue) = 70+105+98=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #466962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466962 is #B9969D. Grayscale: #5D5D5D. Windows color (decimal): -12162718 or 6449478. OLE color: 6449478.

HSL color Cylindrical-coordinate representation of color #466962: hue angle of 168º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466962 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 105 98 -
CMYK 0.33 0 0.07 0.59
HSL 168º 0.2% 0.34% -
HSV(B) 168º 0.33% 0.41% -
XYZ 9.78 12.29 13.41 -
YUV 93.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 70 105 98 0.33 0 0.07 0.59 168 0.2 0.34
Hex 46 69 62 21 0 7 3B A8 14 22
Octal 106 151 142 41 0 7 73 250 24 42
Binary 1000110 1101001 1100010 100001 0 111 111011 10101000 10100 100010

Color Harmonies of #466962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466962

Black with #466962

Text Example


Text Example

White with #466962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466962; }

 p { color: rgb(70,105,98); }

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

background-color css

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

 a { background-color: rgb(70,105,98); }

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

border-color css

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

 span { border-color: rgb(70,105,98); }

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