Html Css Color HEX #466D62 Dark Green Copper

📋 copy color: '#466D62'

red 70 ◦ green 109 ◦ blue 98

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

Shades of Dark Green Copper #466D62

Tints of Dark Green Copper #466D62

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.35%

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

R = 25.27%
G = 39.35%
B = 35.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#466D62 (or 0x466D62) is known color: Dark Green Copper. HEX triplet: 46, 6D and 62. RGB value is (70,109,98). Sum of RGB (Red+Green+Blue) = 70+109+98=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 109 - color contains mainly: green. Hex color #466D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466D62 is #B9929D. Grayscale: #606060. Windows color (decimal): -12161694 or 6450502. OLE color: 6450502.

HSL color Cylindrical-coordinate representation of color #466D62: hue angle of 163.08º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #466D62 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 109 98 -
CMYK 0.36 0 0.10 0.57
HSL 163.08º 0.22% 0.35% -
HSV(B) 163.08º 0.36% 0.43% -
XYZ 10.2 13.12 13.55 -
YUV 96.09 129.08 109.39 -
System Red Green Blue C M Y K H S L
Decimal 70 109 98 0.36 0 0.10 0.57 163.08 0.22 0.35
Hex 46 6D 62 24 0 A 39 A3 16 23
Octal 106 155 142 44 0 12 71 243 26 43
Binary 1000110 1101101 1100010 100100 0 1010 111001 10100011 10110 100011

Color Harmonies of #466D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466D62

Black with #466D62

Text Example


Text Example

White with #466D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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