Html Css Color HEX #467063 Dark Green Copper

📋 copy color: '#467063'

red 70 ◦ green 112 ◦ blue 99

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

Shades of Dark Green Copper #467063

Tints of Dark Green Copper #467063

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.86%

 BLUE value IS 99 (39.06% from 255) = 35.23%

R = 24.91%
G = 39.86%
B = 35.23%

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

#467063 (or 0x467063) is known color: Dark Green Copper. HEX triplet: 46, 70 and 63. RGB value is (70,112,99). Sum of RGB (Red+Green+Blue) = 70+112+99=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #467063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467063 is #B98F9C. Grayscale: #616161. Windows color (decimal): -12160925 or 6516806. OLE color: 6516806.

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

Color convert

RGB 70 112 99 -
CMYK 0.38 0 0.12 0.56
HSL 161.43º 0.23% 0.36% -
HSV(B) 161.43º 0.38% 0.44% -
XYZ 10.57 13.79 13.91 -
YUV 97.96 128.59 108.06 -
System Red Green Blue C M Y K H S L
Decimal 70 112 99 0.38 0 0.12 0.56 161.43 0.23 0.36
Hex 46 70 63 26 0 C 38 A1 17 24
Octal 106 160 143 46 0 14 70 241 27 44
Binary 1000110 1110000 1100011 100110 0 1100 111000 10100001 10111 100100

Color Harmonies of #467063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467063

Black with #467063

Text Example


Text Example

White with #467063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467063; }

 p { color: rgb(70,112,99); }

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

background-color css

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

 a { background-color: rgb(70,112,99); }

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

border-color css

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

 span { border-color: rgb(70,112,99); }

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