Html Css Color HEX #466F6C Dark Green Copper

📋 copy color: '#466F6C'

red 70 ◦ green 111 ◦ blue 108

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

Shades of Dark Green Copper #466F6C

Tints of Dark Green Copper #466F6C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 38.41%

 BLUE value IS 108 (42.58% from 255) = 37.37%

R = 24.22%
G = 38.41%
B = 37.37%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#466F6C (or 0x466F6C) is known color: Dark Green Copper. HEX triplet: 46, 6F and 6C. RGB value is (70,111,108). Sum of RGB (Red+Green+Blue) = 70+111+108=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 111 - color contains mainly: green. Hex color #466F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466F6C is #B99093. Grayscale: #626262. Windows color (decimal): -12161172 or 7106374. OLE color: 7106374.

HSL color Cylindrical-coordinate representation of color #466F6C: hue angle of 175.61º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #466F6C is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 111 108 -
CMYK 0.37 0 0.03 0.56
HSL 175.61º 0.23% 0.35% -
HSV(B) 175.61º 0.37% 0.44% -
XYZ 10.92 13.75 16.27 -
YUV 98.4 133.42 107.74 -
System Red Green Blue C M Y K H S L
Decimal 70 111 108 0.37 0 0.03 0.56 175.61 0.23 0.35
Hex 46 6F 6C 25 0 3 38 B0 17 23
Octal 106 157 154 45 0 3 70 260 27 43
Binary 1000110 1101111 1101100 100101 0 11 111000 10110000 10111 100011

Color Harmonies of #466F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F6C

Black with #466F6C

Text Example


Text Example

White with #466F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,111,108); }

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

background-color css

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

 a { background-color: rgb(70,111,108); }

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

border-color css

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

 span { border-color: rgb(70,111,108); }

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